ci: update Codecov action to v4 (#4321)

This commit is contained in:
Marten Seemann
2024-02-09 10:55:24 +07:00
committed by GitHub
parent 8e93770dd3
commit 229ff4fa4c

View File

@@ -42,7 +42,8 @@ jobs:
TIMESCALE_FACTOR: 20
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
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: coverage.txt,coverage-root.txt
env_vars: OS=${{ matrix.os }}, GO=${{ matrix.go }}
token: ${{ secrets.CODECOV_TOKEN }}