From e100bf5d4d0a1c126b5c32d2da9da33e93fc9c15 Mon Sep 17 00:00:00 2001 From: Slug-Boi Date: Tue, 28 Apr 2026 11:38:48 +0200 Subject: [PATCH] ci: update codecov --- .github/workflows/test_push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_push.yml b/.github/workflows/test_push.yml index e1c3d19..7bb1bf7 100644 --- a/.github/workflows/test_push.yml +++ b/.github/workflows/test_push.yml @@ -24,7 +24,7 @@ jobs: - name: Generate Coverage Report run: CI=true go test -coverprofile=coverage.txt ./... - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} continue-on-error: true