summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
authorrabi <ramishra@redhat.com>2016-11-08 08:19:13 +0530
committerrabi <ramishra@redhat.com>2016-11-12 19:23:26 +0530
commit2c27692f49d866f7ec4f7647acdd38da1ebda5ee (patch)
tree5e3c90a9de6c2168722a0bef6285ce5d56ec8870 /.coveragerc
parentb25baa9108bb37e0ece20895d464acf00ab2706c (diff)
downloadpython-heatclient-2c27692f49d866f7ec4f7647acdd38da1ebda5ee.tar.gz
Remove oslo-incubator modules
This is the last patch in the series that removes all remaining oslo-incubator modules. This also removes some unused scripts in tools. Change-Id: I4ca11596f1a2967e7c920c4ec7709c3408854534
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.coveragerc b/.coveragerc
index 4248611..50618ff 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -1,7 +1,7 @@
[run]
branch = True
source = heatclient
-omit = heatclient/tests/*,heatclient/openstack/*
+omit = heatclient/tests/*
[report]
ignore_errors = True