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 be32073 commit 4ee9929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
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 4ee9929

Please sign in to comment.