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 7df90f6 commit 086ee65Copy full SHA for 086ee65
.github/workflows/ci.yaml
@@ -39,4 +39,4 @@ jobs:
39
40
- name: Run tests and coverage check
41
run: |
42
- pytest --disable-warnings --maxfail=1 --cov=.
+ pytest --disable-warnings --maxfail=1 --cov=. --cov-fail-under=100
README.md
@@ -5,6 +5,3 @@ pytest --disable-warnings
5
pytest --cov=.
6
7
coverage html
8
-
9
10
-pytest --disable-warnings --maxfail=1 --cov=. --cov-fail-under=100
0 commit comments