Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Siecje committed Jan 15, 2024
1 parent 7c3e6be commit b0a956b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@ jobs:
- name: Test with pytest
run: |
coverage run -m pytest .
total=$(coverage report --omit='/private/*' --format total)
[[ "$total" != "100" ]] && { exit 1; } || true
[[ "$(python -m coverage report --omit='/private/*' --format total)" != "100" ]] && { exit 1; } || true

0 comments on commit b0a956b

Please sign in to comment.