Remove nova/openstack/* from .coveragerc
The nova/openstack tree no longer exists since we don't use oslo-incubator so no need to filter it out in the coveragerc file. Change-Id: I504144b2e26aec9a46aa1b415e44c7ab787fe021
This commit is contained in:
parent
a1cbc9d330
commit
a2fbe44be0
@ -1,7 +1,7 @@
|
|||||||
[run]
|
[run]
|
||||||
branch = True
|
branch = True
|
||||||
source = nova
|
source = nova
|
||||||
omit = nova/tests/*,nova/openstack/*
|
omit = nova/tests/*
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
ignore_errors = True
|
ignore_errors = True
|
||||||
|
Loading…
Reference in New Issue
Block a user