Skip to content

Commit 494cc62

Browse files
tsvikasclaude
andauthored
Update codecov-action version comment to v7 (#48)
The pinned SHA fb8b3582c8e4def4969c97caa2f19720cb33a72f is tagged v7.0.0 (also mirrored as v6.0.2), so the comment now reflects v7. Claude-Session: https://claude.ai/code/session_01CLnHKMUR6MdW3t81UZVuqn Co-authored-by: Claude <noreply@anthropic.com>
1 parent 7e0b11d commit 494cc62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,12 @@ jobs:
164164
--junitxml=junit.xml
165165
- name: Upload test results to Codecov
166166
if: ${{ !cancelled() && steps.run_tests.conclusion != 'skipped' }}
167-
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6
167+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7
168168
with:
169169
token: ${{ secrets.CODECOV_TOKEN }} # zizmor: ignore[secrets-outside-env]
170170
report_type: test_results
171171
- name: Upload coverage reports to Codecov
172-
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6
172+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7
173173
with:
174174
token: ${{ secrets.CODECOV_TOKEN }} # zizmor: ignore[secrets-outside-env]
175175
{%- endraw %}

0 commit comments

Comments
 (0)