Skip to content

Commit

Permalink
ci: update GitHub workflows and adjust test configurations
Browse files Browse the repository at this point in the history
- Update Codecov action from version 4 to version 5 in GitHub workflow

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Dec 28, 2024
1 parent 338ff15 commit 1e8dabb
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 1e8dabb

Please sign in to comment.