python-jenkins/.coveragerc
Andreas Jaeger 1b08573a94 Use standard cover setup
Replace coverage testing with the normal way coverage is tested in
OpenStack.

Change-Id: Ic171e33a876029727b473481e56fdd94fce5ec6e
2016-12-20 22:17:24 +01:00

12 lines
152 B
INI

[run]
branch = True
source = jenkins
omit =
.tox*
[report]
ignore_errors = True
exclude_lines =
pragma: no cover
raise NotImplementedError