oslo.policy/.coveragerc
Ronald Bradford e3e8f15580 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: Ib0a14b9a05c61ce154f8e24178fc3574e422ccc8
2015-10-01 15:39:58 +00:00

9 lines
137 B
INI

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