Update .coveragerc
Set up proper source and omit options. Change-Id: I28e95c5dde5d906dc2bf44b647017f8cff5981f6 Implements: blueprint update-coveragerc
This commit is contained in:
parent
cfec3e7658
commit
d089e0a488
@ -1,7 +1,7 @@
|
|||||||
[run]
|
[run]
|
||||||
branch = True
|
branch = True
|
||||||
source = nova
|
source = nova
|
||||||
omit = nova/tests/*,DynamicallyCompiledCheetahTemplate.py
|
omit = nova/tests/*,nova/openstack/*,DynamicallyCompiledCheetahTemplate.py
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
ignore-errors = True
|
ignore-errors = True
|
||||||
|
Loading…
Reference in New Issue
Block a user