summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Vrbanac <john.vrbanac@rackspace.com>2015-04-20 13:58:33 -0500
committerJohn Vrbanac <john.vrbanac@rackspace.com>2015-04-20 13:58:33 -0500
commite24ed33e1579b6bf0e9ec44320c639323fe21c33 (patch)
tree106bf9f96f3dc9c8d1028b1ce8da38f512c143c4
parent1c479fa8659899184b0bdc2a8c25378b7c3b8ccd (diff)
downloadpython-barbicanclient-3.1.0.tar.gz
Excluding tests from coverage report3.1.0
Currently, the coverage report is including test files which incorrectly reports our total line coverage. Change-Id: I486e06f83ece72c05376db875c26f9e8a58527eb
-rw-r--r--.coveragerc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.coveragerc b/.coveragerc
index 6b48db2..4befcd6 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -1,3 +1,3 @@
[run]
branch = True
-omit = barbicanclient/openstack/*
+omit = barbicanclient/openstack/*,barbicanclient/tests/*