Skip to content

Commit 8a54c9a

Browse files
tsvikasclaude
andcommitted
fix: replace deprecated codecov/test-results-action with codecov-action
Use codecov/codecov-action@v5 with report_type: test_results instead of the deprecated codecov/test-results-action@v1. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6dc6d70 commit 8a54c9a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

project_name/.github/workflows/ci.yml.jinja

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,10 @@ jobs:
160160
--junitxml=junit.xml
161161
- name: Upload test results to Codecov
162162
if: ${{ !cancelled() && steps.run_tests.conclusion != 'skipped' }}
163-
uses: codecov/test-results-action@v1
163+
uses: codecov/codecov-action@v5
164164
with:
165165
token: ${{ secrets.CODECOV_TOKEN }}
166+
report_type: test_results
166167
- name: Upload coverage reports to Codecov
167168
uses: codecov/codecov-action@v5
168169
with:

0 commit comments

Comments
 (0)