Commit 2e768ce
Fix coverage merge: checkout first so downloads aren't wiped; revert paths
actions/checkout@v5 cleans the workspace, which was deleting the
downloaded artifacts before the merge step could use them. Move
checkout to first so it runs before the downloads.
Also revert the coverage/ path prefix added in the previous commit —
upload-artifact@v5 strips the common directory prefix from globs,
so files land directly in the download directory, not nested under coverage/.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 51e46cc commit 2e768ce
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| 311 | + | |
| 312 | + | |
311 | 313 | | |
312 | 314 | | |
313 | 315 | | |
| |||
323 | 325 | | |
324 | 326 | | |
325 | 327 | | |
326 | | - | |
327 | | - | |
328 | 328 | | |
329 | | - | |
| 329 | + | |
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| |||
0 commit comments