python-novaclient/.coveragerc
Takashi Kajinami 338ce36149 coveragerc: Fix wrong omitted directory
We should exclude the test code from coverage. Also the openstack
directory does not exist.

Change-Id: I89a25629f0426843dd72dd0d663942323473ac47
2023-12-19 20:57:57 +09:00

8 lines
97 B
INI

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