Add .coveragerc file to show correct code coverage
Change-Id: I428d0c2587cc480a27796c5fa246b171606809e1
This commit is contained in:
parent
2d97609a52
commit
541d805b66
7
.coveragerc
Normal file
7
.coveragerc
Normal file
@ -0,0 +1,7 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = swiftclient
|
||||
omit = swiftclient/openstack/common/*
|
||||
|
||||
[report]
|
||||
ignore-errors = True
|
Loading…
Reference in New Issue
Block a user