summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
authorAlessio Ababilov <aababilov@griddynamics.com>2013-02-06 16:47:06 +0200
committerAlessio Ababilov <aababilov@griddynamics.com>2013-02-06 16:47:06 +0200
commit3724528db78e2ff1f8b475b0ff58e4fbf5291bbf (patch)
tree9ddc04d2d307905fd993e8305f7961e11f5fa513 /.coveragerc
parente389e8a6b4505bcb86fb9ed60881c322009675e0 (diff)
downloadpython-novaclient-3724528db78e2ff1f8b475b0ff58e4fbf5291bbf.tar.gz
Update .coveragerc
Set up proper source and omit options. Change-Id: I966256a3a3bd37b438e98e7bcf1402482c42b567 Implements: blueprint update-coveragerc
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc7
1 files changed, 7 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc
new file mode 100644
index 00000000..9f280d17
--- /dev/null
+++ b/.coveragerc
@@ -0,0 +1,7 @@
+[run]
+branch = True
+source = novaclient
+omit = novaclient/openstack/*
+
+[report]
+ignore-errors = True