summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc9
1 files changed, 7 insertions, 2 deletions
diff --git a/.coveragerc b/.coveragerc
index 6f625763..45e8572b 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -2,8 +2,10 @@
[run]
branch = True
-timid=True
-include=*reddwarf*
+source=.tox/cover/lib/python2.7/site-packages/reddwarf
+# replace with previous line once the python path issue is resolved and the tox.ini is fixed accordingly
+# source=reddwarf
+omit=*reddwarf/tests*,*reddwarf/openstack/common*
[report]
# Regexes for lines to exclude from consideration
@@ -24,3 +26,6 @@ exclude_lines =
if __name__ == .__main__.:
ignore_errors = False
+
+[html]
+directory=cover