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