Skip to content

Commit 4bb5e03

Browse files
fix: updated the codecov config (#19350)
Closes #19351 (added automatically)
1 parent c5c1ee4 commit 4bb5e03

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,7 @@ jobs:
551551
uses: getsentry/codecov-action@main
552552
with:
553553
token: ${{ secrets.GITHUB_TOKEN }}
554+
name: ${{ matrix.node }}
554555

555556
job_browser_playwright_tests:
556557
name:
@@ -652,6 +653,9 @@ jobs:
652653
with:
653654
token: ${{ secrets.GITHUB_TOKEN }}
654655
directory: dev-packages/browser-integration-tests
656+
name:
657+
browser-playwright-${{ matrix.bundle }}-${{ matrix.project }}${{ matrix.shard && format('-{0}',
658+
matrix.shard) || '' }}
655659

656660
job_browser_loader_tests:
657661
name: PW ${{ matrix.bundle }} Tests
@@ -713,6 +717,7 @@ jobs:
713717
with:
714718
token: ${{ secrets.GITHUB_TOKEN }}
715719
directory: dev-packages/browser-integration-tests
720+
name: browser-loader-${{ matrix.bundle }}
716721

717722
job_check_for_faulty_dts:
718723
name: Check for faulty .d.ts files
@@ -787,6 +792,7 @@ jobs:
787792
with:
788793
token: ${{ secrets.GITHUB_TOKEN }}
789794
directory: dev-packages/node-integration-tests
795+
name: node-integration-${{ matrix.node }}${{ matrix.typescript && format('-ts{0}', matrix.typescript) || '' }}
790796

791797
job_node_core_integration_tests:
792798
name:
@@ -836,6 +842,8 @@ jobs:
836842
with:
837843
token: ${{ secrets.GITHUB_TOKEN }}
838844
directory: dev-packages/node-core-integration-tests
845+
name:
846+
node-core-integration-${{ matrix.node }}${{ matrix.typescript && format('-ts{0}', matrix.typescript) || ''}}
839847

840848
job_cloudflare_integration_tests:
841849
name: Cloudflare Integration Tests
@@ -903,6 +911,7 @@ jobs:
903911
with:
904912
directory: packages/remix
905913
token: ${{ secrets.GITHUB_TOKEN }}
914+
name: ${{ matrix.node }}
906915

907916
job_e2e_prepare:
908917
name: Prepare E2E tests
@@ -1094,6 +1103,7 @@ jobs:
10941103
with:
10951104
directory: dev-packages/e2e-tests
10961105
token: ${{ secrets.GITHUB_TOKEN }}
1106+
name: e2e-${{ matrix.test-application }}
10971107

10981108
# - We skip optional tests on release branches
10991109
job_optional_e2e_tests:

codecov.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
1-
comment: off
2-
codecov:
3-
notify:
4-
require_ci_to_pass: no
1+
comment: false
52

63
coverage:
7-
precision: 2
8-
round: down
9-
range: '0...1'
104
status:
115
project:
126
default:
13-
enabled: no
7+
enabled: false
148
patch:
159
default:
16-
enabled: no
10+
enabled: false
11+
ignore:
12+
- 'packages/deno/**'
1713

18-
ignore:
19-
- 'packages/deno/**'
14+
config:
15+
files: changed

0 commit comments

Comments
 (0)