Add .coveragerc to show proper coverage statistics. As in other openstack projects.

Change-Id: Ic59f5b17d803b5d8102d53a1ca4883c529bc7a3e
This commit is contained in:
Vasyl Khomenko 2013-05-15 03:19:03 -07:00
parent ce87f98e21
commit 5aa8831f77
1 changed files with 7 additions and 0 deletions

7
.coveragerc Normal file
View File

@ -0,0 +1,7 @@
[run]
branch = True
source = cinder
omit = cinder/tests/*,cinder/openstack/common/*
[report]
ignore-errors = True