Commit 0aacf25
ci: feed coverage.xml directly to MishaKav (avoid bad-format error)
Previous attempt (tee'd 'coverage report -m' into pytest-coverage.txt)
was rejected by MishaKav with 'Coverage file ... has bad format or
wrong data' because the action's text-mode parser also requires the
pytest test-session summary line (e.g. "=== N passed in T s ===")
which plain 'coverage report' doesn't emit.
MishaKav supports an alternative input pytest-xml-coverage-path that
takes a Cobertura XML coverage file directly -- the same one we
already generate for the Codecov upload. Switch to that and drop the
pytest-coverage.txt artifact.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 2bbc298 commit 0aacf25
1 file changed
Lines changed: 11 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
| 269 | + | |
| 270 | + | |
273 | 271 | | |
274 | 272 | | |
275 | 273 | | |
| |||
289 | 287 | | |
290 | 288 | | |
291 | 289 | | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
292 | 296 | | |
293 | | - | |
| 297 | + | |
294 | 298 | | |
295 | 299 | | |
296 | | - | |
| 300 | + | |
297 | 301 | | |
298 | 302 | | |
299 | 303 | | |
300 | 304 | | |
301 | 305 | | |
| 306 | + | |
302 | 307 | | |
303 | 308 | | |
304 | 309 | | |
| |||
0 commit comments