Update .coveragerc after the removal of openstack directory
The openstack directory was used to keep codes from oslo-incubator, we have retired oslo-incubator,so don't use this directory any more. Change-Id: Iab6b2c63c183f1f01d1f9a6a2ca117a9db8db27d
This commit is contained in:
parent
0d6677f6aa
commit
31769a4484
@ -1,7 +1,7 @@
|
|||||||
[run]
|
[run]
|
||||||
branch = True
|
branch = True
|
||||||
source = cinder
|
source = cinder
|
||||||
omit = cinder/tests/*,cinder/openstack/common/*
|
omit = cinder/tests/*
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
ignore_errors = True
|
ignore_errors = True
|
||||||
|
Loading…
Reference in New Issue
Block a user