Skip to content

Commit

Permalink
ci(github): update CI workflows and improve test coverage
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 Nov 25, 2024
1 parent 2406f68 commit c18dbce
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 @@ -60,6 +60,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 c18dbce

Please sign in to comment.