Skip to content

Commit

Permalink
Fail CI under 100% coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Dec 2, 2024
1 parent 2d101cd commit 46c84a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
echo "total=$TOTAL" >> $GITHUB_ENV
# Report again and fail if under the threshold.
python -Im coverage report --fail-under=99
python -Im coverage report --fail-under=100
- name: "Upload HTML report."
uses: "actions/upload-artifact@v4"
Expand Down

0 comments on commit 46c84a5

Please sign in to comment.