Skip to content

Commit 8db38b7

Browse files
committed
Revert "Fail if coverage < 100%."
1 parent c3e170f commit 8db38b7

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 --cover-min-percentage=100
26+
nosetests --with-xunit --with-xcoverage --cover-package=gcloud --nocapture --cover-erase --cover-tests --cover-branches
2727
deps =
2828
nose
2929
unittest2

0 commit comments

Comments
 (0)