Skip to content

Commit

Permalink
Add fail under and skip empty to coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Adoni5 committed Oct 10, 2023
1 parent 6f57eef commit 7a1c168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
python -m pip install coverage[toml]
python -m coverage combine
python -m coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
python -m coverage report --skip-empty --fail-under=72 --format=markdown >> $GITHUB_STEP_SUMMARY
build-package:
name: Build python package
Expand Down

0 comments on commit 7a1c168

Please sign in to comment.