coveragerc: Fix wrong omitted directory
We should exclude the test code from coverage. Also the openstack directory does not exist. Change-Id: I89a25629f0426843dd72dd0d663942323473ac47
This commit is contained in:
parent
ed2a507b60
commit
338ce36149
@ -1,7 +1,7 @@
|
|||||||
[run]
|
[run]
|
||||||
branch = True
|
branch = True
|
||||||
source = novaclient
|
source = novaclient
|
||||||
omit = novaclient/openstack/*
|
omit = novaclient/tests/*
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
ignore_errors = True
|
ignore_errors = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user