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: Ifcf1a4388bd886d5d04675a54112857d99d43586
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[run]
|
[run]
|
||||||
branch = True
|
branch = True
|
||||||
source = pbr
|
source = pbr
|
||||||
omit = pbr/tests/*,pbr/openstack/*
|
omit = pbr/tests/*
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
ignore_errors = True
|
ignore_errors = True
|
||||||
|
|||||||
Reference in New Issue
Block a user