forked from quic-go/quic-go
ci: update Codecov action to v4 (#4321)
This commit is contained in:
3
.github/workflows/unit.yml
vendored
3
.github/workflows/unit.yml
vendored
@@ -42,7 +42,8 @@ jobs:
|
|||||||
TIMESCALE_FACTOR: 20
|
TIMESCALE_FACTOR: 20
|
||||||
run: go run github.com/onsi/ginkgo/v2/ginkgo -r -v -race -randomize-all -randomize-suites -trace -skip-package integrationtests
|
run: go run github.com/onsi/ginkgo/v2/ginkgo -r -v -race -randomize-all -randomize-suites -trace -skip-package integrationtests
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
files: coverage.txt,coverage-root.txt
|
files: coverage.txt,coverage-root.txt
|
||||||
env_vars: OS=${{ matrix.os }}, GO=${{ matrix.go }}
|
env_vars: OS=${{ matrix.os }}, GO=${{ matrix.go }}
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user