Commit a7e172f
committed
feat: enable parallel pytest coverage
The signal handler tests do not count towards coverage because they are
tested in a separate process (to avoid signals being intercepted by
`pytest` instead). We can still capture this coverage however by
configuring pytest-coverage to know that we may be executing tests with
multiple processes by using `multiprocessing`.
Signed-off-by: Alex Jones <alex.jones@lowrisc.org>1 parent 6bbb49d commit a7e172f
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
138 | 145 | | |
139 | 146 | | |
140 | 147 | | |
| |||
0 commit comments