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
This commit is contained in:
zheng yin 2016-09-21 15:48:35 +08:00
parent 27f9178ec8
commit a9f21662df
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
[run]
branch = True
source = swiftclient
omit = swiftclient/openstack/common/*
[report]
ignore_errors = True