oslo.log/.coveragerc
Ronald Bradford ff6fd44f9c 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: Ie23fa6233a49e9db318b08d5a93e4dd7b0dae82d
2015-10-05 17:22:34 -04:00

8 lines
93 B
INI

[run]
branch = True
source = oslo_log
omit = oslo_log/tests/*
[report]
ignore_errors = True