Skip to content

Commit 73d0991

Browse files
committed
Fail CI if coverage < 100%.
1 parent 655191e commit 73d0991

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
@@ -23,7 +23,7 @@ deps =
2323
basepython =
2424
python2.7
2525
commands =
26-
nosetests --with-xunit --with-xcoverage --cover-package=gcloud --nocapture --cover-erase --cover-tests --cover-branches
26+
nosetests --with-xunit --with-xcoverage --cover-package=gcloud --nocapture --cover-erase --cover-tests --cover-branches --cover-min-percentage=100
2727
deps =
2828
nose
2929
unittest2

0 commit comments

Comments
 (0)