From 73d09911f2c632d1ea9e63965d7605bf431b02c1 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 24 Nov 2014 17:33:31 -0500 Subject: [PATCH] Fail CI if coverage < 100%. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1064cf54f956..9e6c1c65421d 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ deps = basepython = python2.7 commands = - nosetests --with-xunit --with-xcoverage --cover-package=gcloud --nocapture --cover-erase --cover-tests --cover-branches + nosetests --with-xunit --with-xcoverage --cover-package=gcloud --nocapture --cover-erase --cover-tests --cover-branches --cover-min-percentage=100 deps = nose unittest2