diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1bf07adf661c..38e12b1fa422 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -605,6 +605,7 @@ jobs: 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) || '' }} @@ -669,6 +670,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} directory: dev-packages/browser-integration-tests + enable-coverage: false name: browser-loader-${{ matrix.bundle }} job_check_for_faulty_dts: @@ -737,15 +739,6 @@ jobs: working-directory: dev-packages/node-integration-tests run: yarn test - - 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/node-integration-tests - name: node-integration-${{ matrix.node }}${{ matrix.typescript && format('-ts{0}', matrix.typescript) || '' }} - job_node_core_integration_tests: name: Node (${{ matrix.node }})${{ (matrix.typescript && format(' (TS {0})', matrix.typescript)) || '' }} Node-Core @@ -787,16 +780,6 @@ jobs: working-directory: dev-packages/node-core-integration-tests run: yarn test - - 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/node-core-integration-tests - name: - node-core-integration-${{ matrix.node }}${{ matrix.typescript && format('-ts{0}', matrix.typescript) || ''}} - job_cloudflare_integration_tests: name: Cloudflare Integration Tests needs: [job_get_metadata, job_build] @@ -856,15 +839,6 @@ jobs: cd packages/remix yarn test:integration:ci - - name: Parse and Upload Coverage - if: cancelled() == false - continue-on-error: true - uses: getsentry/codecov-action@main - with: - directory: packages/remix - token: ${{ secrets.GITHUB_TOKEN }} - name: ${{ matrix.node }} - job_e2e_prepare: name: Prepare E2E tests # We want to run this if: @@ -1053,15 +1027,6 @@ jobs: retention-days: 7 if-no-files-found: ignore - - name: Parse and Upload Coverage - if: cancelled() == false - continue-on-error: true - uses: getsentry/codecov-action@main - with: - directory: dev-packages/e2e-tests - token: ${{ secrets.GITHUB_TOKEN }} - name: e2e-${{ matrix.test-application }} - # - We skip optional tests on release branches job_optional_e2e_tests: name: E2E ${{ matrix.label || matrix.test-application }} Test (optional)