We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45bdd1 commit e8cfcccCopy full SHA for e8cfccc
.github/workflows/codecov.yml
@@ -72,7 +72,7 @@ jobs:
72
run: |
73
python -m coverage combine
74
python -m coverage html --skip-covered --skip-empty
75
- python -m coverage report --fail-under=100
+ python -m coverage report --fail-under=95
76
77
- name: Upload HTML report
78
if: ${{ failure() }}
0 commit comments