Add .coveragerc to show proper coverage statistics. As in other openstack projects.
Change-Id: Ic59f5b17d803b5d8102d53a1ca4883c529bc7a3e
This commit is contained in:
parent
ce87f98e21
commit
5aa8831f77
7
.coveragerc
Normal file
7
.coveragerc
Normal file
@ -0,0 +1,7 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = cinder
|
||||
omit = cinder/tests/*,cinder/openstack/common/*
|
||||
|
||||
[report]
|
||||
ignore-errors = True
|
Loading…
Reference in New Issue
Block a user