Commit 72a2a6d
authored
Exclude kernel tests from coverage test (#201)
Following the addition of tests on the kernels in #183, tests have been
failing because of a coverage bug (see for instance
https://github.com/dottxt-ai/outlines-core/actions/runs/14191118715/job/39755824707).
As those tests rely on libraries that use subprocesses, it makes
coverage bug with the error `DataError: Can't combine statement coverage
data with branch data`
I could not find a way of fixing it (setting `parallel = False` or
`concurrency = []` in the settings did not work), so I propose we
exclude those tests from the coverage check.1 parent d66f68c commit 72a2a6d
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| |||
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
| 122 | + | |
120 | 123 | | |
121 | 124 | | |
122 | 125 | | |
| |||
173 | 176 | | |
174 | 177 | | |
175 | 178 | | |
| 179 | + | |
176 | 180 | | |
177 | 181 | | |
178 | 182 | | |
| |||
201 | 205 | | |
202 | 206 | | |
203 | 207 | | |
| 208 | + | |
204 | 209 | | |
205 | 210 | | |
206 | 211 | | |
| |||
228 | 233 | | |
229 | 234 | | |
230 | 235 | | |
| 236 | + | |
231 | 237 | | |
232 | 238 | | |
233 | 239 | | |
| |||
0 commit comments