Add .coveragerc file to show correct code coverage

Change-Id: I85eaa7f96c9ebf82984356cd08f2d05a0915e0e5
This commit is contained in:
Vasyl Khomenko 2013-05-15 03:24:06 -07:00
parent c5f542fd5a
commit 7c43330c3f

7
.coveragerc Normal file
View File

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