python-glanceclient/.coveragerc
Takashi Kajinami 597095ffca Exclude tests directory from coverage calculation
Change-Id: I4c9033033fc38a93044da6fb910302635b6c950a
2024-01-25 23:51:51 +09:00

8 lines
101 B
INI

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