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
This commit is contained in:
Erik Olof Gunnar Andersson 2023-11-08 12:13:46 -08:00
parent 96d7c42e27
commit 832abd2b67

View File

@ -2,6 +2,7 @@
branch = True
source = nova
omit = nova/tests/*
concurrency = eventlet
[report]
ignore_errors = True