From 7044f2e67e8491e13c632c6eb57a43c201d90d41 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 30 Sep 2024 13:11:06 +0200 Subject: [PATCH] chore: disable coverage upload until codecov token is set --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 034aa061ea..5e33e682f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,9 +30,3 @@ jobs: run: | make test-unit-cover if: env.GIT_DIFF - - uses: codecov/codecov-action@v4 - with: - file: ./coverage.txt - fail_ci_if_error: true - token: ${{ secrets.CODECOV_TOKEN }} - if: env.GIT_DIFF