Exclude test code from coverage report
Change-Id: I99791455f059e82d97de26f25030d242e1ec1a2d
This commit is contained in:
7
.coveragerc
Normal file
7
.coveragerc
Normal file
@@ -0,0 +1,7 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = zaqarclient
|
||||
omit = zaqarclient/tests/*
|
||||
|
||||
[report]
|
||||
ignore_errors = True
|
||||
Reference in New Issue
Block a user