Browse Source
Replace coverage testing with the normal way coverage is tested in OpenStack. Change-Id: Ic171e33a876029727b473481e56fdd94fce5ec6echanges/35/413235/2
3 changed files with 7 additions and 4 deletions
@ -1,9 +1,11 @@
|
||||
[run] |
||||
branch = True |
||||
source = jenkins |
||||
omit = |
||||
.tox* |
||||
|
||||
[report] |
||||
ignore_errors = True |
||||
exclude_lines = |
||||
pragma: no cover |
||||
raise NotImplementedError |
||||
|
Loading…
Reference in new issue