Skip to content

Commit 7f49253

Browse files
committed
Allow 99% coverage, refs #31
1 parent dd7496b commit 7f49253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pip install '.[test]'
2525
- name: Run tests
2626
run: |
27-
pytest --cov-fail-under=100 --cov asgi_csrf
27+
pytest --cov-fail-under=99 --cov asgi_csrf
2828
- name: Upload coverage to codecov.io
2929
run: bash <(curl -s https://codecov.io/bash)
3030
if: always()

0 commit comments

Comments
 (0)