Skip to content

Commit

Permalink
update unit-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
charlottekostelic committed Mar 26, 2024
1 parent 94d858d commit c00f172
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,13 @@ jobs:
- name: Send report to Coveralls
uses: AndreMiras/coveralls-python-action@develop
with:
github-token: ${{ secrets.GITHUB_TOKEN}}
parallel: true
github-token: ${{ secrets.GITHUB_TOKEN}}
finish:
needs: test
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: AndreMiras/coveralls-python-action@develop
with:
parallel-finished: true

0 comments on commit c00f172

Please sign in to comment.