1c72e1869d
A number of configuration errors prevent the successful creation of code coverage. This corrects the .coveragerc source/omit setup and the tox package name generation. http://lists.openstack.org/pipermail/openstack-dev/2015-October/076193.html Change-Id: I2ee48d5b987cc26fe2de6d538ab278821100b278
9 lines
121 B
INI
9 lines
121 B
INI
[run]
|
|
branch = True
|
|
source = oslo_middleware
|
|
omit = oslo_middleware/tests/*
|
|
|
|
[report]
|
|
ignore_errors = True
|
|
precision = 2
|