Commit 59a899e
committed
Add coverage concurrency configuration for thread tracing
CLI tests use run_in_executor which runs code in thread pool.
Coverage wasn't tracing these threads on Python 3.11, causing
missing coverage for lines executed in the executor.
This adds thread and multiprocessing concurrency support to
coverage configuration.1 parent b3f647b commit 59a899e
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
101 | 104 | | |
102 | 105 | | |
103 | 106 | | |
| |||
0 commit comments