From ac9ef2bd129f449df0005cb2a8c10d2d9cdf452e Mon Sep 17 00:00:00 2001 From: git-harry Date: Tue, 25 Nov 2014 15:14:09 +0000 Subject: [PATCH] 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 --- .coveragerc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.coveragerc b/.coveragerc index 7d58cb832..ef2ba9a3b 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,7 +1,7 @@ [run] branch = True source = cinderclient -omit = cinderclient/openstack/* +omit = cinderclient/openstack/*,cinderclient/tests/* [report] ignore-errors = True