Add .coveragerc to saharaclient
Change-Id: I20c4e0fbb56ad15cb255f099dab889b57c2df1d8
This commit is contained in:
parent
83fc3295e9
commit
57ca6eb54f
13
.coveragerc
Normal file
13
.coveragerc
Normal file
@ -0,0 +1,13 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = saharaclient
|
||||
omit =
|
||||
*/openstack/common/*
|
||||
.tox/*
|
||||
saharaclient/tests/*
|
||||
|
||||
[paths]
|
||||
source = saharaclient
|
||||
|
||||
[report]
|
||||
ignore-errors = True
|
Loading…
Reference in New Issue
Block a user