oslo.middleware/.coveragerc
Ronald Bradford 1c72e1869d Fix coverage configuration and execution
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
2015-10-05 17:23:48 -04:00

9 lines
121 B
INI

[run]
branch = True
source = oslo_middleware
omit = oslo_middleware/tests/*
[report]
ignore_errors = True
precision = 2