From 7596706113ec5e3bfb03df3707f6e7d1ca5a1166 Mon Sep 17 00:00:00 2001 From: mathuraditya724 Date: Mon, 16 Feb 2026 23:52:14 +0530 Subject: [PATCH 01/11] fix: updated the codecov config --- codecov.yml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/codecov.yml b/codecov.yml index 3a0292ae5d3c..94f8e51c1ca1 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,19 +1,12 @@ -comment: off -codecov: - notify: - require_ci_to_pass: no +comment: false coverage: - precision: 2 - round: down - range: '0...1' status: project: default: - enabled: no + informational: true patch: default: - enabled: no - -ignore: - - 'packages/deno/**' + informational: true + ignore: + - "packages/deno/**" From b2cd3ff15b5625f22026db4d587dca0552e848a3 Mon Sep 17 00:00:00 2001 From: mathuraditya724 Date: Tue, 17 Feb 2026 00:00:10 +0530 Subject: [PATCH 02/11] fix: corrected the formatting --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 94f8e51c1ca1..3508025a16b8 100644 --- a/codecov.yml +++ b/codecov.yml @@ -9,4 +9,4 @@ coverage: default: informational: true ignore: - - "packages/deno/**" + - 'packages/deno/**' From 0444be08784f820896de84f4c516a31cbba99d55 Mon Sep 17 00:00:00 2001 From: mathuraditya724 Date: Tue, 17 Feb 2026 00:20:18 +0530 Subject: [PATCH 03/11] feat: showing coverage of only updated files --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index 3508025a16b8..9df384d61632 100644 --- a/codecov.yml +++ b/codecov.yml @@ -10,3 +10,6 @@ coverage: informational: true ignore: - 'packages/deno/**' + +config: + files: changed From aa55ebd0f0fd31c5423f8d5726dc883f615d5c3c Mon Sep 17 00:00:00 2001 From: mathuraditya724 Date: Tue, 17 Feb 2026 00:50:24 +0530 Subject: [PATCH 04/11] empty commit From 5047d86a8a8f0dc651233aa43570002757121a8b Mon Sep 17 00:00:00 2001 From: mathuraditya724 Date: Tue, 17 Feb 2026 01:25:08 +0530 Subject: [PATCH 05/11] empty commit From 7a10cda687b1a4ed07a0714ef03ce92343abd88c Mon Sep 17 00:00:00 2001 From: mathuraditya724 Date: Tue, 17 Feb 2026 10:38:59 +0530 Subject: [PATCH 06/11] fix: added name suffixes for matrix jobs --- .github/workflows/build.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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: From d4c683fa4f0bf0083c4367c76eb80fd735f29620 Mon Sep 17 00:00:00 2001 From: mathuraditya724 Date: Tue, 17 Feb 2026 11:26:05 +0530 Subject: [PATCH 07/11] empty commit From b5bab1826d295f2c777af963aef372c26772a8b4 Mon Sep 17 00:00:00 2001 From: mathuraditya724 Date: Tue, 17 Feb 2026 17:17:16 +0530 Subject: [PATCH 08/11] chore: minor change --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 9df384d61632..09bd16e124d4 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,7 +4,7 @@ coverage: status: project: default: - informational: true + enabled: false patch: default: informational: true From 895d705dcac434dd02fa31ea711cac9c87723c3a Mon Sep 17 00:00:00 2001 From: mathuraditya724 Date: Tue, 17 Feb 2026 17:19:25 +0530 Subject: [PATCH 09/11] chore: minor change --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 09bd16e124d4..ae6500091084 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,7 +7,7 @@ coverage: enabled: false patch: default: - informational: true + enabled: false ignore: - 'packages/deno/**' From 01fdefa84069355c77c2cfd7afaaedecf142ffcd Mon Sep 17 00:00:00 2001 From: mathuraditya724 Date: Tue, 17 Feb 2026 17:19:51 +0530 Subject: [PATCH 10/11] chore: minor change --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index ae6500091084..09bd16e124d4 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,7 +7,7 @@ coverage: enabled: false patch: default: - enabled: false + informational: true ignore: - 'packages/deno/**' From b9c93d3027a86c874de40a2395f3f8af6adb5a57 Mon Sep 17 00:00:00 2001 From: mathuraditya724 Date: Tue, 17 Feb 2026 17:32:39 +0530 Subject: [PATCH 11/11] fix: because of race conditions we shouldn't show these --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 09bd16e124d4..ae6500091084 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,7 +7,7 @@ coverage: enabled: false patch: default: - informational: true + enabled: false ignore: - 'packages/deno/**'