Skip to content

Commit

Permalink
ci(codecov): update GitHub actions and improve test reliability
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 1, 2024
1 parent 1868898 commit 8ed3d3f
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 @@ -66,6 +66,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 8ed3d3f

Please sign in to comment.