summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
authorYuriy Taraday <yorik.sar@gmail.com>2014-08-07 22:26:50 +0400
committerYuriy Taraday <yorik.sar@gmail.com>2014-08-07 22:26:50 +0400
commit6fc3e6808b2aef67c9078d3f70941ea06c507cf6 (patch)
tree79fdddf7e75e3eaf51f53252fe065722e1e975df /.coveragerc
parentd92aeeb5da2f50533c3fc75cfc940f3b5944a564 (diff)
downloadoslo-concurrency-6fc3e6808b2aef67c9078d3f70941ea06c507cf6.tar.gz
exported from oslo-incubator by graduate.sh
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 0000000..8f7013d
--- /dev/null
+++ b/.coveragerc
@@ -0,0 +1,7 @@
+[run]
+branch = True
+source = concurrency
+omit = concurrency/tests/*,concurrency/openstack/*
+
+[report]
+ignore-errors = True \ No newline at end of file