Add coverage configuration
Adding config file for coverage Co-Authored-By: Sheel Rana <ranasheel2000@gmail.com> Change-Id: I445114b172072b870c934d1ae47748aab9298720
This commit is contained in:
parent
aa16ffb35a
commit
8695a2171f
9
.coveragerc
Normal file
9
.coveragerc
Normal file
@ -0,0 +1,9 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = zunclient
|
||||
omit = zunclient/tests/*
|
||||
|
||||
[report]
|
||||
ignore_errors = True
|
||||
exclude_lines =
|
||||
pass
|
Loading…
x
Reference in New Issue
Block a user