Skip to content

Commit c18dbce

Browse files
committed
ci(github): update CI workflows and improve test coverage
- Update Codecov action from version 4 to version 5 in GitHub workflow Signed-off-by: appleboy <[email protected]>
1 parent 2406f68 commit c18dbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060
go test -v -covermode=atomic -coverprofile=coverage.out
6161
6262
- name: Upload coverage to Codecov
63-
uses: codecov/codecov-action@v4
63+
uses: codecov/codecov-action@v5
6464
with:
6565
flags: ${{ matrix.os }},go-${{ matrix.go }}

0 commit comments

Comments
 (0)