Merge "Add .coveragerc to saharaclient"

This commit is contained in:
Jenkins
2015-05-06 12:57:52 +00:00
committed by Gerrit Code Review

13
.coveragerc Normal file
View File

@@ -0,0 +1,13 @@
[run]
branch = True
source = saharaclient
omit =
*/openstack/common/*
.tox/*
saharaclient/tests/*
[paths]
source = saharaclient
[report]
ignore-errors = True