Skip to content

Commit

Permalink
Make coverage fail under 96%
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck committed Oct 27, 2023
1 parent a5a84a9 commit e621073
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 @@ -23,4 +23,4 @@ jobs:
coverage run -m pytest -v .
- name: Check coverage
run: >-
coverage report --fail-under=50 -m --omit=test_runtime_generics.py
coverage report --fail-under=96 -m --omit=test_runtime_generics.py

0 comments on commit e621073

Please sign in to comment.