1b08573a94
Replace coverage testing with the normal way coverage is tested in OpenStack. Change-Id: Ic171e33a876029727b473481e56fdd94fce5ec6e
12 lines
152 B
INI
12 lines
152 B
INI
[run]
|
|
branch = True
|
|
source = jenkins
|
|
omit =
|
|
.tox*
|
|
|
|
[report]
|
|
ignore_errors = True
|
|
exclude_lines =
|
|
pragma: no cover
|
|
raise NotImplementedError
|