Skip to content

Commit

Permalink
Merge pull request #212 from asottile/all-repos_autofix_covdefaults-f…
Browse files Browse the repository at this point in the history
…ail-under

remove --fail-under from tox (covdefaults handles this)
  • Loading branch information
asottile committed Jan 8, 2022
2 parents be32073 + 4ee9929 commit 73425da
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 73425da

Please sign in to comment.