e3e8f15580
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
9 lines
137 B
INI
9 lines
137 B
INI
[run]
|
|
branch = True
|
|
source = oslo_policy
|
|
omit = oslo_policy/tests/*,oslo_policy/openstack/*
|
|
|
|
[report]
|
|
ignore_errors = True
|
|
precision = 2
|