Skip to content

Commit

Permalink
ci: refine CI workflow and test configurations
Browse files Browse the repository at this point in the history
- Update the Codecov GitHub action from version `v3` to `v4` in the Go workflow

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Feb 12, 2024
1 parent d96c742 commit a121293
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 @@ -62,6 +62,6 @@ jobs:
go test -v -covermode=atomic -coverprofile=coverage.out
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: ${{ matrix.os }},go-${{ matrix.go }}

0 comments on commit a121293

Please sign in to comment.