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

This commit is contained in:
Jenkins
2013-05-16 15:30:29 +00:00
committed by Gerrit Code Review

7
.coveragerc Normal file
View File

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