54f21769d7
We are not responsible for marconi.openstack.common code so it will be excluded from our Coverage report. Also excluding NotImplementedErrors as there's obviously no implementation in that case to be tested. Change-Id: Ie1e2cf4b858afef56ffed7ee225a0f8c29dcaef8
9 lines
129 B
INI
9 lines
129 B
INI
[run]
|
|
branch = True
|
|
omit = *marconi/openstack*
|
|
|
|
[report]
|
|
exclude_lines =
|
|
if __MARCONI_SETUP__:
|
|
raise NotImplementedError
|