Skip to content

Commit f7a842c

Browse files
authored
ci: Remove codecov reporting (#20803)
This does not work really well for us as tests are really fragmented etc, so the coverage is always incomplete. a lot of stuff is covered in e2e tests which are not measured, etc. With this we can safe some (?) processing on CI that we are not really using.
1 parent e30c6f7 commit f7a842c

2 files changed

Lines changed: 0 additions & 52 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -485,13 +485,6 @@ jobs:
485485
run: yarn test:ci:browser
486486
if: github.event_name != 'pull_request'
487487

488-
- name: Parse and Upload Coverage
489-
if: cancelled() == false
490-
continue-on-error: true
491-
uses: getsentry/codecov-action@main
492-
with:
493-
token: ${{ secrets.GITHUB_TOKEN }}
494-
495488
job_bun_unit_tests:
496489
name: Bun Unit Tests
497490
needs: [job_get_metadata, job_build]
@@ -586,14 +579,6 @@ jobs:
586579
env:
587580
NODE_VERSION: ${{ matrix.node }}
588581

589-
- name: Parse and Upload Coverage
590-
if: cancelled() == false
591-
continue-on-error: true
592-
uses: getsentry/codecov-action@main
593-
with:
594-
token: ${{ secrets.GITHUB_TOKEN }}
595-
name: ${{ matrix.node }}
596-
597582
job_browser_playwright_tests:
598583
name:
599584
Playwright ${{ matrix.bundle }}${{ matrix.project && matrix.project != 'chromium' && format(' {0}',
@@ -693,18 +678,6 @@ jobs:
693678
overwrite: true
694679
retention-days: 7
695680

696-
- name: Parse and Upload Coverage
697-
if: cancelled() == false
698-
continue-on-error: true
699-
uses: getsentry/codecov-action@main
700-
with:
701-
token: ${{ secrets.GITHUB_TOKEN }}
702-
directory: dev-packages/browser-integration-tests
703-
enable-coverage: false
704-
name:
705-
browser-playwright-${{ matrix.bundle }}-${{ matrix.project }}${{ matrix.shard && format('-{0}',
706-
matrix.shard) || '' }}
707-
708681
job_browser_loader_tests:
709682
name: PW ${{ matrix.bundle }} Tests
710683
needs: [job_get_metadata, job_build, job_build_bundles]
@@ -764,16 +737,6 @@ jobs:
764737
overwrite: true
765738
retention-days: 7
766739

767-
- name: Parse and Upload Coverage
768-
uses: getsentry/codecov-action@main
769-
if: cancelled() == false
770-
continue-on-error: true
771-
with:
772-
token: ${{ secrets.GITHUB_TOKEN }}
773-
directory: dev-packages/browser-integration-tests
774-
enable-coverage: false
775-
name: browser-loader-${{ matrix.bundle }}
776-
777740
job_check_for_faulty_dts:
778741
name: Check for faulty .d.ts files
779742
needs: [job_get_metadata, job_build]

codecov.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)