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