Fix coverage issues with greenlet

Change-Id: Ieeb67463400ff6cf8c0ebbda1513c1de27a7bf69
This commit is contained in:
Erik Olof Gunnar Andersson 2023-11-08 04:42:04 -08:00
parent f4ed8899d0
commit 4a43b55fce

View File

@ -1,7 +1,9 @@
[run]
branch = True
source = senlin
omit = */tests/*
omit = senlin/tests/*,senlin/hacking/*
concurrency = greenlet
[report]
ignore_errors = True