summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2012-09-10 11:00:34 -0700
committerJenkins <jenkins@review.openstack.org>2012-09-10 20:06:36 +0000
commit906f8940bdc6528780cbc578dd3a9929f6975168 (patch)
tree7cd375e523c55c7a0516c1756ff062c463896dda /setup.cfg
parent7524158616b8facf2a2a1fe3bdb467e96c9dd17f (diff)
downloadzuul-906f8940bdc6528780cbc578dd3a9929f6975168.tar.gz
Restrict test coverage to the zuul package.
We are not concerned with the code coverage of upstream libraries that are used in zuul. Restrict code coverage gathering to the zuul package. Change-Id: I62eb752c5fd0fe0289253c0b5c950382d760ea95 Reviewed-on: https://review.openstack.org/12725 Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 8a9134b09..a0dd96b63 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,3 +2,10 @@
source-dir = doc/source
build-dir = doc/build
all_files = 1
+
+[nosetests]
+verbosity=2
+detailed-errors=1
+cover-package = zuul
+cover-html = true
+cover-erase = true