ironic/.coveragerc
Takashi Kajinami 055224c5e2 Use .coveragerc file
... instead of defining the omit options multiple times.

Change-Id: I14c921454dd50854da64bd1ed039d0cdcbb27f75
2024-02-02 23:17:12 +09:00

8 lines
89 B
INI

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