mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 04:34:16 +00:00
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:
commit
c8a7a4d446
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -11,7 +11,7 @@ setenv =
|
||||||
commands =
|
commands =
|
||||||
coverage erase
|
coverage erase
|
||||||
coverage run -m pytest {posargs:tests}
|
coverage run -m pytest {posargs:tests}
|
||||||
coverage report --fail-under 100
|
coverage report
|
||||||
|
|
||||||
[testenv:pre-commit]
|
[testenv:pre-commit]
|
||||||
skip_install = true
|
skip_install = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue