Skip to content

Commit

Permalink
Relax coverage failure limit
Browse files Browse the repository at this point in the history
  • Loading branch information
10sr committed Oct 18, 2023
1 parent 5a37b4c commit 952903e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test-runflake8:
test-pytest:
coverage erase
coverage run -m unittest discover -v # tests/test_*.py
coverage xml --fail-under 90
coverage xml

codecov:
codecov
Expand Down

0 comments on commit 952903e

Please sign in to comment.