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
Reference in New Issue
openstack/nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.