Merge pull request #715 from pre-commit/all-repos_autofix_covdefaults-fail-under

remove --fail-under from tox (covdefaults handles this)
This commit is contained in:
Anthony Sottile 2022-01-08 14:28:49 -05:00 committed by GitHub
commit c8a7a4d446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ setenv =
commands =
coverage erase
coverage run -m pytest {posargs:tests}
coverage report --fail-under 100
coverage report
[testenv:pre-commit]
skip_install = true