oslo.versionedobjects/.coveragerc
Ronald Bradford 9393cd451c 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.

Change-Id: Ie55159304b8633acd6b06ba94d0cb8507a337504
2015-10-01 19:54:59 +00:00

9 lines
162 B
INI

[run]
branch = True
source = oslo_versionedobjects
omit = oslo_versionedobjects/tests/*,versionedobjects/openstack/*
[report]
ignore_errors = True
precision = 2