Files
python-ironicclient/.coveragerc
Takashi Kajinami 4bd3cff5e0 Exclude test code from coverage report
... and import the existing settings from ironic for consistency.

Change-Id: I4c979dd711248cd39a1cd7d12a890c6462dcea6f
2025-05-30 16:24:40 +09:00

8 lines
101 B
INI

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