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