Skip to content

Commit

Permalink
ci(codecov): improve CI workflows and API integration
Browse files Browse the repository at this point in the history
- Update Codecov action from v4 to v5 in GitHub workflow

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Dec 24, 2024
1 parent b5231fa commit 2e3a016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
go test -v -covermode=atomic -coverprofile=coverage.out
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
flags: ${{ matrix.os }},go-${{ matrix.go }}

0 comments on commit 2e3a016

Please sign in to comment.