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 dd7496b commit 7f49253Copy full SHA for 7f49253
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
pip install '.[test]'
25
- name: Run tests
26
run: |
27
- pytest --cov-fail-under=100 --cov asgi_csrf
+ pytest --cov-fail-under=99 --cov asgi_csrf
28
- name: Upload coverage to codecov.io
29
run: bash <(curl -s https://codecov.io/bash)
30
if: always()
0 commit comments