nova/.coveragerc
Erik Olof Gunnar Andersson 832abd2b67 Fix coverage issues with eventlet
Applying the correct concurrency model for coverage
will ensure that all unit testing is correctly captured
by coverage.

Change-Id: Ic8c9e75614a5cbba19f87d165a15f7026f883760
2023-11-10 20:12:31 +00:00

9 lines
108 B
INI

[run]
branch = True
source = nova
omit = nova/tests/*
concurrency = eventlet
[report]
ignore_errors = True