Add coverage configuration

Adding config file for coverage

Co-Authored-By: Sheel Rana <ranasheel2000@gmail.com>

Change-Id: I445114b172072b870c934d1ae47748aab9298720
This commit is contained in:
Michael Lekkas 2016-08-28 21:42:18 +01:00 committed by Sheel Rana
parent aa16ffb35a
commit 8695a2171f

9
.coveragerc Normal file
View File

@ -0,0 +1,9 @@
[run]
branch = True
source = zunclient
omit = zunclient/tests/*
[report]
ignore_errors = True
exclude_lines =
pass