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
This commit is contained in:
Clark Boylan 2012-09-10 11:00:34 -07:00 committed by Jenkins
parent 7524158616
commit 906f8940bd
1 changed files with 7 additions and 0 deletions

View File

@ -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