Skip to content

Commit 68e2dd2

Browse files
Copilotleeoades
andcommitted
Fix codecov test results upload: replace invalid test_results_files with report_type: test_results
Co-authored-by: leeoades <2321091+leeoades@users.noreply.github.com>
1 parent 7cc30ee commit 68e2dd2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@ jobs:
4444
uses: codecov/codecov-action@v5
4545
with:
4646
token: ${{ secrets.CODECOV_TOKEN }}
47-
test_results_files: ./test-results/*.xml
47+
files: ./test-results/*.xml
48+
report_type: test_results
4849
fail_ci_if_error: false

0 commit comments

Comments
 (0)