Add .coveragerc file to show correct code coverage
Change-Id: I85eaa7f96c9ebf82984356cd08f2d05a0915e0e5
This commit is contained in:
parent
c5f542fd5a
commit
7c43330c3f
7
.coveragerc
Normal file
7
.coveragerc
Normal file
@ -0,0 +1,7 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = cinderclient
|
||||
omit = cinderclient/openstack/*
|
||||
|
||||
[report]
|
||||
ignore-errors = True
|
Loading…
Reference in New Issue
Block a user