Skip to content
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ jobs:
uses: getsentry/codecov-action@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: ${{ matrix.node }}

job_browser_playwright_tests:
name:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -890,6 +898,7 @@ jobs:
with:
directory: packages/remix
token: ${{ secrets.GITHUB_TOKEN }}
name: ${{ matrix.node }}

job_e2e_prepare:
name: Prepare E2E tests
Expand Down Expand Up @@ -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:
Expand Down
18 changes: 7 additions & 11 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -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
Loading