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:
parent
96d7c42e27
commit
832abd2b67
@ -2,6 +2,7 @@
|
|||||||
branch = True
|
branch = True
|
||||||
source = nova
|
source = nova
|
||||||
omit = nova/tests/*
|
omit = nova/tests/*
|
||||||
|
concurrency = eventlet
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
ignore_errors = True
|
ignore_errors = True
|
||||||
|
Loading…
Reference in New Issue
Block a user