oslo.reports/.coveragerc
Doug Hellmann 225756cf9d remove extraneous coverage omit instruction
There is no openstack subdirectory so we do not need to omit that code
from coverage reporting.

Change-Id: I7286659f08ca3109d86effc70a51ba108a15deac
2015-10-08 20:26:55 +00:00

9 lines
115 B
INI

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