Skip to content

Commit

Permalink
🔧 set coverage min accepted to 92%
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Dec 24, 2024
1 parent f8b55de commit 070a1ff
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 @@ -203,7 +203,7 @@ jobs:
run: |
python -m coverage combine
python -m coverage html --skip-covered --skip-empty
python -m coverage report --ignore-errors --show-missing --fail-under=95
python -m coverage report --ignore-errors --show-missing --fail-under=92
- name: "Upload report"
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
Expand Down

0 comments on commit 070a1ff

Please sign in to comment.