Add .coveragerc
Set up proper source and omit options. Change-Id: Icbda7894072f3589502ba2c4b5dcdf7f68b053af Implements: blueprint update-coveragerc
This commit is contained in:
parent
dad11b3e75
commit
82b9697b04
7
.coveragerc
Normal file
7
.coveragerc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[run]
|
||||||
|
branch = True
|
||||||
|
source = quantumclient
|
||||||
|
omit = quantumclient/openstack/*
|
||||||
|
|
||||||
|
[report]
|
||||||
|
ignore-errors = True
|
Loading…
Reference in New Issue
Block a user