0f87f5cb15
Coverage is a little bit confused by oslo.messaging as the pypi package name. So we have to be explicit here or we get no data collection. Adding a .coveragerc helps give the report more context as we don't care about coverage in the tests or oslo-incubator. Change-Id: I3d24187890efd7aecad7fcb7a2974b87e89ef6ff
8 lines
132 B
INI
8 lines
132 B
INI
[run]
|
|
branch = True
|
|
source = oslo_messaging
|
|
omit = oslo_messaging/tests/*,oslo_messaging/openstack/*
|
|
|
|
[report]
|
|
ignore-errors = True
|