diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1296444ed390..e6f2112b1ede 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -538,6 +538,7 @@ jobs: uses: getsentry/codecov-action@main with: token: ${{ secrets.GITHUB_TOKEN }} + name: ${{ matrix.node }} job_browser_playwright_tests: name: @@ -639,6 +640,9 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} directory: dev-packages/browser-integration-tests + name: + browser-playwright-${{ matrix.bundle }}-${{ matrix.project }}${{ matrix.shard && format('-{0}', + matrix.shard) || '' }} job_browser_loader_tests: name: PW ${{ matrix.bundle }} Tests @@ -700,6 +704,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} directory: dev-packages/browser-integration-tests + name: browser-loader-${{ matrix.bundle }} job_check_for_faulty_dts: name: Check for faulty .d.ts files @@ -774,6 +779,7 @@ jobs: 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: @@ -823,6 +829,8 @@ jobs: 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 @@ -890,6 +898,7 @@ jobs: with: directory: packages/remix token: ${{ secrets.GITHUB_TOKEN }} + name: ${{ matrix.node }} job_e2e_prepare: name: Prepare E2E tests @@ -1081,6 +1090,7 @@ jobs: 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: diff --git a/codecov.yml b/codecov.yml index 3a0292ae5d3c..ae6500091084 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,19 +1,15 @@ -comment: off -codecov: - notify: - require_ci_to_pass: no +comment: false coverage: - precision: 2 - round: down - range: '0...1' status: project: default: - enabled: no + enabled: false patch: default: - enabled: no + enabled: false + ignore: + - 'packages/deno/**' -ignore: - - 'packages/deno/**' +config: + files: changed