Declare we use threads and processes for coverage

We should declare to coverage that we use the multiprocessing and thread
libraries in Octavia.

Change-Id: Id0683e20d84a7e3b310e0b7ec88f166b842a1e80
This commit is contained in:
Michael Johnson 2023-11-07 16:06:56 +00:00
parent 7310986de9
commit 657e7b8be4
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
branch = True
source = octavia
omit = octavia/tests/*
concurrency = multiprocessing,thread
[report]
ignore_errors = True