Ronald Bradford 0ea635df69 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.

Change-Id: I5329955ee1e5101fe62012c6cae91e39f0fc96e4
2015-10-01 15:33:18 +00:00

9 lines
140 B
INI

[run]
branch = True
source = oslo_reports
omit = oslo_reports/tests/*,oslo_reports/openstack/*
[report]
ignore_errors = True
precision = 2