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 db2aa29 commit 1d27d9aCopy full SHA for 1d27d9a
.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=98
+ python3 -m pytest -s -vv --cov --cov-fail-under=97
34
- name: Run type checks
35
run: mypy .
0 commit comments