Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoRenaud committed Dec 4, 2023
1 parent 43bb0f7 commit 175c4c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
run: coverage run -m pytest tests

- name: Combine all coverage results
run: coverage combine

- run: coverage report
run: |
coverage combine
coverage report
- name: Coveralls Parallel
run: coveralls --service=github
Expand Down

0 comments on commit 175c4c7

Please sign in to comment.