Skip to content

Commit 4cfa167

Browse files
timvwclaude
andcommitted
ci: update Codecov integration to v5 with token authentication
Update code coverage upload to use codecov-action@v5 with proper authentication and repository identification. Changes: - Upgrade from codecov-action@v4 to v5 - Add CODECOV_TOKEN secret for authentication - Specify repository slug (timvw/wt) explicitly - Keep coverage upload only for Go 1.23 Requires CODECOV_TOKEN secret to be configured in repository settings. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8ab842e commit 4cfa167

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ jobs:
4444

4545
- name: Upload coverage to Codecov
4646
if: matrix.go-version == '1.23'
47-
uses: codecov/codecov-action@v4
47+
uses: codecov/codecov-action@v5
4848
with:
49+
token: ${{ secrets.CODECOV_TOKEN }}
50+
slug: timvw/wt
4951
files: ./coverage.out
5052
fail_ci_if_error: false
5153

0 commit comments

Comments
 (0)