Fix wrong path in coveragerc

Change-Id: I91694606bd027eeb3c7711e5b2f4c2458295528f
This commit is contained in:
Takashi Kajinami 2023-12-19 20:48:55 +09:00
parent d1d673b98b
commit 52e6d23157

View File

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