ff6fd44f9c
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
8 lines
93 B
INI
8 lines
93 B
INI
[run]
|
|
branch = True
|
|
source = oslo_log
|
|
omit = oslo_log/tests/*
|
|
|
|
[report]
|
|
ignore_errors = True
|