Exclude test code from coverage report

... and import the existing settings from ironic for consistency.

Change-Id: I4c979dd711248cd39a1cd7d12a890c6462dcea6f
This commit is contained in:
Takashi Kajinami
2025-05-30 16:24:40 +09:00
parent f1d2163253
commit 4bd3cff5e0

View File

@@ -1,2 +1,7 @@
[run]
branch = True
source = ironicclient
omit = ironicclient/tests/*
[report]
include = ironicclient/*
ignore_errors = True