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:
1 changed files with 1 additions and 0 deletions
@@ -2,6 +2,7 @@
branch = True
source = nova
omit = nova/tests/*
concurrency = eventlet
[report]
ignore_errors = True
Reference in New Issue
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.