oslo.service/.coveragerc
Ronald Bradford fddca3b272 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: I966bf06550c20d6977fff659264a5a7d021b260f
2015-10-01 19:48:34 +00:00

9 lines
140 B
INI

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