Skip to content

Commit 2dc8544

Browse files
authored
Merge pull request #36 from leeoades/copilot/fix-codecov-warning
Fix Codecov test results upload using correct action input
2 parents 042344c + 68e2dd2 commit 2dc8544

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)