Update .coveragerc
Set up proper source and omit options. Change-Id: I13cc4bf4b3b349d1c868a4ff93ef33fd5ef292b8 Implements: blueprint update-coveragerc
This commit is contained in:
parent
7d033377db
commit
5b5eac9b73
@ -1,6 +1,7 @@
|
|||||||
[run]
|
[run]
|
||||||
branch = True
|
branch = True
|
||||||
omit = /usr*,setup.py,*egg*,.venv/*,.tox/*,quantum/tests/*
|
source = quantum
|
||||||
|
omit = quantum/tests/*,quantum/plugins/cisco/tests/*,quantum/openstack/*
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
ignore-errors = True
|
ignore-errors = True
|
||||||
|
Loading…
Reference in New Issue
Block a user