Skip to content

Commit 832abd2

Browse files
committed
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
1 parent 96d7c42 commit 832abd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.coveragerc

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
branch = True
33
source = nova
44
omit = nova/tests/*
5+
concurrency = eventlet
56

67
[report]
78
ignore_errors = True

0 commit comments

Comments
 (0)