Skip to content

Commit

Permalink
remove --fail-under from tox (covdefaults handles this)
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Jan 8, 2022
1 parent 5d02d5c commit d3c8df8
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 @@ -7,7 +7,7 @@ extras = license
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 d3c8df8

Please sign in to comment.