832abd2b67
Applying the correct concurrency model for coverage will ensure that all unit testing is correctly captured by coverage. Change-Id: Ic8c9e75614a5cbba19f87d165a15f7026f883760
9 lines
108 B
INI
9 lines
108 B
INI
[run]
|
|
branch = True
|
|
source = nova
|
|
omit = nova/tests/*
|
|
concurrency = eventlet
|
|
|
|
[report]
|
|
ignore_errors = True
|