Exclude tests directory from coverage calculation

Change-Id: I514df1e21b23bee07c093ea440423f3e0495d999
This commit is contained in:
Takashi Kajinami 2024-01-25 23:44:35 +09:00
parent 00a83aa706
commit 7280204662

View File

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