Add .coveragerc file to show correct code coverage

Change-Id: I428d0c2587cc480a27796c5fa246b171606809e1
This commit is contained in:
Vasyl Khomenko 2013-05-16 01:24:19 -07:00
parent 2d97609a52
commit 541d805b66
1 changed files with 7 additions and 0 deletions

7
.coveragerc Normal file
View File

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