deb-python-oslo.serialization/.coveragerc
Ronald Bradford cef5b11996 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.

http://lists.openstack.org/pipermail/openstack-dev/2015-October/076193.html

Change-Id: If0f21e37a5d9b43c0f9491d306167d2656c137f9
2015-10-08 17:22:20 -04:00

9 lines
127 B
INI

[run]
branch = True
source = oslo_serialization
omit = oslo_serialization/tests/*
[report]
ignore_errors = True
precision = 2