Skip to content

Commit d3c8df8

Browse files
committed
remove --fail-under from tox (covdefaults handles this)
Committed via https://github.com/asottile/all-repos
1 parent 5d02d5c commit d3c8df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)