Remove cinderclient/tests from coverage report

Currently coverage reports on coverage of the tests themselves. This
makes the percentage coverage higher than if they are excluded and
therefore distorts the reports values for the codes as a whole.

This commit updates the .coveragerc files to remove
cinderclient/tests/* from the coverage report.

Change-Id: If7f1765017f3f0d55975219b12ff7bf149146931
This commit is contained in:
git-harry 2014-11-25 15:14:09 +00:00
parent d6f4ab3c96
commit ac9ef2bd12
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[run]
branch = True
source = cinderclient
omit = cinderclient/openstack/*
omit = cinderclient/openstack/*,cinderclient/tests/*
[report]
ignore-errors = True