Skip to content

Commit 2e3a016

Browse files
committed
ci(codecov): improve CI workflows and API integration
- Update Codecov action from v4 to v5 in GitHub workflow Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent b5231fa commit 2e3a016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161
go test -v -covermode=atomic -coverprofile=coverage.out
6262
6363
- name: Upload coverage to Codecov
64-
uses: codecov/codecov-action@v4
64+
uses: codecov/codecov-action@v5
6565
with:
6666
flags: ${{ matrix.os }},go-${{ matrix.go }}

0 commit comments

Comments
 (0)