python-aodhclient/.coveragerc
Takashi Kajinami f2ccc2c14f Exclude tests directory from coverage calculation
Change-Id: I290fc6bb84030c7c604dadb6cedcf373c3b6a867
2024-01-25 23:48:41 +09:00

8 lines
97 B
INI

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