From d4a299fe07de5c7b4e6f1657f9474043d6074d8a Mon Sep 17 00:00:00 2001 From: Markus Wüstenberg Date: Wed, 30 Oct 2024 15:38:15 +0100 Subject: Upgrade codecov Github action in CI workflow (#231) --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35861c9..8efae34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,9 @@ jobs: run: go test -v -coverprofile=coverage.txt -shuffle on ./... - name: Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} lint: name: Lint -- cgit 1.4.1