Exclude test code from coverage report

We care only coverage of actual implementation.

Change-Id: I5367959fcff88d167ce22be470316a7f36818f76
This commit is contained in:
Takashi Kajinami
2025-05-30 16:32:00 +09:00
parent 19b3c0a861
commit 9b0b90c6d1

7
.coveragerc Normal file
View File

@@ -0,0 +1,7 @@
[run]
branch = True
source = oslo_metrics
omit = oslo_metrics/tests/*
[report]
ignore_errors = True