Skip to content

Commit

Permalink
Remove --fail-under (redundant because of covdefaults) (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxr authored Jul 14, 2023
1 parent 5fee476 commit b2a37b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ deps = -rrequirements-dev.txt
commands =
coverage erase
coverage run -m pytest {posargs:tests}
coverage report --fail-under 100
coverage report

[testenv:pre-commit]
skip_install = true
Expand Down

0 comments on commit b2a37b2

Please sign in to comment.