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 c911db9 commit d49c0bfCopy full SHA for d49c0bf
.github/workflows/python.yaml
@@ -30,6 +30,6 @@ jobs:
30
run: black . --check --verbose
31
- name: Run unit tests
32
run: |
33
- python3 -m pytest -s -vv --cov --cov-fail-under=99
+ python3 -m pytest -s -vv --cov --cov-fail-under=98
34
- name: Run type checks
35
run: mypy .
0 commit comments