Skip to content

Commit 8f4d916

Browse files
committed
Merge pull request googleapis#495 from dhermes/require-100-cover
Require 100% line coverage for tests.
2 parents ae258ef + c5ed662 commit 8f4d916

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
@@ -84,7 +84,7 @@ deps = {[testenv]basedeps}
8484
basepython = {[coverbase]basepython}
8585
commands =
8686
{[coverbase]commands}
87-
coverage report --show-missing --fail-under 80
87+
coverage report --show-missing --cover-min-percentage=100
8888
deps =
8989
{[coverbase]deps}
9090

0 commit comments

Comments
 (0)