Skip to content

Commit

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

0 comments on commit 7c3e6be

Please sign in to comment.