Merge "Fix wrong path in coveragerc"

This commit is contained in:
Zuul 2023-12-19 18:32:55 +00:00 committed by Gerrit Code Review
commit f14f240eb1
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[run] [run]
branch = True branch = True
source = privsep source = oslo_privsep
omit = privsep/tests/*,privsep/openstack/* omit = oslo_privsep/tests/*
[report] [report]
ignore-errors = True ignore-errors = True