Skip to content

Commit

Permalink
Allow 99% coverage, refs #31
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Aug 15, 2024
1 parent dd7496b commit 7f49253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pip install '.[test]'
- name: Run tests
run: |
pytest --cov-fail-under=100 --cov asgi_csrf
pytest --cov-fail-under=99 --cov asgi_csrf
- name: Upload coverage to codecov.io
run: bash <(curl -s https://codecov.io/bash)
if: always()
Expand Down

0 comments on commit 7f49253

Please sign in to comment.