Add coverage configuration

Adding config file for zun test coverage.

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

Change-Id: I3739b24d84921c1fa6aaba065cc574f535adada6
This commit is contained in:
Michael Lekkas 2016-08-28 21:32:21 +01:00 committed by Sheel Rana
parent 3d34c84c2e
commit d78a5317cc
1 changed files with 9 additions and 0 deletions

9
.coveragerc Normal file
View File

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