summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
authorzheng yin <yin.zheng@easystack.cn>2016-09-21 15:48:35 +0800
committerzheng yin <yin.zheng@easystack.cn>2016-09-21 15:48:35 +0800
commita9f21662dfcc8504c536d629d5721771ecc62d23 (patch)
tree34ae19668b0eff8368c6544cc8488bb17f91b367 /.coveragerc
parent27f9178ec89259553a770349e0192b0981bdb956 (diff)
downloadpython-swiftclient-a9f21662dfcc8504c536d629d5721771ecc62d23.tar.gz
remove swiftclient/openstack/common/* in the .coveragerc
There is no swiftclient/openstack/common/* in python-swiftclient. Therefore, I remove "omit=swiftclient/openstack/common/*" in the .coveragerc. Change-Id: Ibf4e4e499cb5538fcd8b1680285294c8a09ad401
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.coveragerc b/.coveragerc
index 2f4084a..b65e6bf 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -1,7 +1,6 @@
[run]
branch = True
source = swiftclient
-omit = swiftclient/openstack/common/*
[report]
ignore_errors = True