cef5b11996
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: If0f21e37a5d9b43c0f9491d306167d2656c137f9
9 lines
127 B
INI
9 lines
127 B
INI
[run]
|
|
branch = True
|
|
source = oslo_serialization
|
|
omit = oslo_serialization/tests/*
|
|
|
|
[report]
|
|
ignore_errors = True
|
|
precision = 2
|