Skip to content

Commit 0e67bf8

Browse files
authored
Merge pull request #267 from pre-commit/all-repos_autofix_covdefaults-fail-under
remove --fail-under from tox (covdefaults handles this)
2 parents 5d02d5c + d3c8df8 commit 0e67bf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ extras = license
77
commands =
88
coverage erase
99
coverage run -m pytest {posargs:tests}
10-
coverage report --fail-under 100
10+
coverage report
1111

1212
[testenv:pre-commit]
1313
skip_install = true

0 commit comments

Comments
 (0)