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]
|
||||
branch = True
|
||||
source = novaclient
|
||||
omit = novaclient/openstack/*
|
||||
omit = novaclient/tests/*
|
||||
|
||||
[report]
|
||||
ignore_errors = True
|
||||
|
Loading…
Reference in New Issue
Block a user