From 906f8940bdc6528780cbc578dd3a9929f6975168 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 10 Sep 2012 11:00:34 -0700 Subject: [PATCH] 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 Reviewed-by: James E. Blair Tested-by: Jenkins --- setup.cfg | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup.cfg b/setup.cfg index 8a9134b096..a0dd96b63b 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