Add .coveragerc to saharaclient

Change-Id: I20c4e0fbb56ad15cb255f099dab889b57c2df1d8
This commit is contained in:
Sergey Reshetnyak 2015-04-24 00:00:27 +03:00
parent 83fc3295e9
commit 57ca6eb54f

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