From 2699ccc1373a8160f816ed59f240a982d555e2b1 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Thu, 3 Jul 2025 16:43:25 -0700 Subject: [PATCH] coverage?? --- .github/workflows/selfdrive_tests.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 1cecf95a36..210d9ac9e8 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -195,18 +195,18 @@ jobs: ${{ env.RUN }} "scons -j$(nproc)" - name: DEBUG DEBUG + if: failure() uses: namespacelabs/breakpoint-action@v0 with: - duration: 50m + duration: 55m authorized-users: maxime-desroches - name: Run replay timeout-minutes: ${{ contains(runner.name, 'nsc') && (steps.dependency-cache.outputs.cache-hit == 'true') && 1 || 20 }} run: | - ${{ env.RUN }} "coverage run selfdrive/test/process_replay/test_processes.py -j$(nproc) && \ - chmod -R 777 /tmp/comma_download_cache && \ - coverage combine && \ - coverage xml" + ${{ env.RUN }} "selfdrive/test/process_replay/test_processes.py -j$(nproc) && \ + chmod -R 777 /tmp/comma_download_cache" + - name: Print diff id: print-diff if: always()