ci: update GitHub workflows and improve test configurations
- Update Codecov action from version `v4` to `v5` in GitHub workflow Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
@@ -61,6 +61,6 @@ jobs:
|
|||||||
go test -v -covermode=atomic -coverprofile=coverage.out
|
go test -v -covermode=atomic -coverprofile=coverage.out
|
||||||
|
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v5
|
||||||
with:
|
with:
|
||||||
flags: ${{ matrix.os }},go-${{ matrix.go }}
|
flags: ${{ matrix.os }},go-${{ matrix.go }}
|
||||||
|
|||||||
Reference in New Issue
Block a user