Commit 78d3486
ci: specify junit.xml path for Codecov test results upload
The 'Upload test results to Codecov' step was failing with 'No JUnit XML
reports found' because the codecov-action could not auto-discover the file.
The poe 'cover' task generates junit.xml in the project root via
--junitxml=junit.xml, so we explicitly set file: junit.xml.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 509ef91 commit 78d3486
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
0 commit comments