Files
oslo.metrics/.coveragerc
Takashi Kajinami 9b0b90c6d1 Exclude test code from coverage report
We care only coverage of actual implementation.

Change-Id: I5367959fcff88d167ce22be470316a7f36818f76
2025-05-30 16:32:18 +09:00

8 lines
101 B
INI

[run]
branch = True
source = oslo_metrics
omit = oslo_metrics/tests/*
[report]
ignore_errors = True