Fix coverage report generation
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
This commit is contained in:
parent
4a3540599e
commit
0f87f5cb15
7
.coveragerc
Normal file
7
.coveragerc
Normal file
@ -0,0 +1,7 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = oslo_messaging
|
||||
omit = oslo_messaging/tests/*,oslo_messaging/openstack/*
|
||||
|
||||
[report]
|
||||
ignore-errors = True
|
Loading…
Reference in New Issue
Block a user