From c7bd4719f379225ee5b32efa4721b2206071449b Mon Sep 17 00:00:00 2001 From: Francesco Gringl-Novy Date: Mon, 11 May 2026 14:56:15 +0200 Subject: [PATCH] ci: Remove codecov reporting This does not work really well for us anyhow as tests are really fragmented etc. --- .github/workflows/build.yml | 37 ------------------------------------- codecov.yml | 15 --------------- 2 files changed, 52 deletions(-) delete mode 100644 codecov.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index daaf5effc2a0..9dbb8e0cc45a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -485,13 +485,6 @@ jobs: run: yarn test:ci:browser if: github.event_name != 'pull_request' - - name: Parse and Upload Coverage - if: cancelled() == false - continue-on-error: true - uses: getsentry/codecov-action@main - with: - token: ${{ secrets.GITHUB_TOKEN }} - job_bun_unit_tests: name: Bun Unit Tests needs: [job_get_metadata, job_build] @@ -586,14 +579,6 @@ jobs: env: NODE_VERSION: ${{ matrix.node }} - - name: Parse and Upload Coverage - if: cancelled() == false - continue-on-error: true - uses: getsentry/codecov-action@main - with: - token: ${{ secrets.GITHUB_TOKEN }} - name: ${{ matrix.node }} - job_browser_playwright_tests: name: Playwright ${{ matrix.bundle }}${{ matrix.project && matrix.project != 'chromium' && format(' {0}', @@ -693,18 +678,6 @@ jobs: overwrite: true retention-days: 7 - - name: Parse and Upload Coverage - if: cancelled() == false - continue-on-error: true - uses: getsentry/codecov-action@main - with: - token: ${{ secrets.GITHUB_TOKEN }} - directory: dev-packages/browser-integration-tests - enable-coverage: false - name: - browser-playwright-${{ matrix.bundle }}-${{ matrix.project }}${{ matrix.shard && format('-{0}', - matrix.shard) || '' }} - job_browser_loader_tests: name: PW ${{ matrix.bundle }} Tests needs: [job_get_metadata, job_build, job_build_bundles] @@ -764,16 +737,6 @@ jobs: overwrite: true retention-days: 7 - - name: Parse and Upload Coverage - uses: getsentry/codecov-action@main - if: cancelled() == false - continue-on-error: true - with: - token: ${{ secrets.GITHUB_TOKEN }} - directory: dev-packages/browser-integration-tests - enable-coverage: false - name: browser-loader-${{ matrix.bundle }} - job_check_for_faulty_dts: name: Check for faulty .d.ts files needs: [job_get_metadata, job_build] diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index ae6500091084..000000000000 --- a/codecov.yml +++ /dev/null @@ -1,15 +0,0 @@ -comment: false - -coverage: - status: - project: - default: - enabled: false - patch: - default: - enabled: false - ignore: - - 'packages/deno/**' - -config: - files: changed