Merge "Add .coveragerc file to show correct code coverage"

This commit is contained in:
Jenkins
2013-05-16 16:20:02 +00:00
committed by Gerrit Code Review

7
.coveragerc Normal file
View File

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