Skip to content

Commit

Permalink
ci: update GitHub workflows and improve test configurations
Browse files Browse the repository at this point in the history
- Update Codecov action from version `v4` to `v5` in GitHub workflow

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Dec 31, 2024
1 parent cffc294 commit 5929346
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 5929346

Please sign in to comment.