Skip to content

Commit 78d3486

Browse files
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

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ jobs:
6868
with:
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070
report_type: test_results
71+
file: junit.xml

0 commit comments

Comments
 (0)