coveragerc: Fix wrong omitted directory

We should exclude the test code from coverage. Also the openstack
directory does not exist.

Change-Id: I89a25629f0426843dd72dd0d663942323473ac47
This commit is contained in:
Takashi Kajinami 2023-12-19 20:56:59 +09:00
parent ed2a507b60
commit 338ce36149

View File

@ -1,7 +1,7 @@
[run] [run]
branch = True branch = True
source = novaclient source = novaclient
omit = novaclient/openstack/* omit = novaclient/tests/*
[report] [report]
ignore_errors = True ignore_errors = True