@@ -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 :
0 commit comments