Skip to content

Commit c3e170f

Browse files
committed
Merge pull request #377 from tseaver/fail-coverage_lt_100_pct
Fail if coverage < 100%.
2 parents 9d6efcf + 1c27314 commit c3e170f

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)