Revert "CI: codecov for multiprocessing" (#30431)

Revert "CI: codecov for multiprocessing (#30428)"

This reverts commit 1e91cf92a1.
This commit is contained in:
Justin Newberry
2023-11-09 18:52:28 -05:00
committed by GitHub
parent 1e91cf92a1
commit 863fdec50e
3 changed files with 1 additions and 6 deletions

View File

@@ -213,7 +213,6 @@ jobs:
run: |
${{ env.RUN }} "CI=1 coverage run selfdrive/test/process_replay/test_processes.py -j$(nproc) && \
chmod -R 777 /tmp/comma_download_cache && \
coverage combine && \
coverage xml"
- name: Print diff
id: print-diff
@@ -283,7 +282,6 @@ jobs:
run: |
${{ env.RUN_CL }} "unset PYTHONWARNINGS && \
ONNXCPU=1 CI=1 NO_NAV=1 coverage run selfdrive/test/process_replay/model_replay.py && \
coverage combine && \
coverage xml"
- name: Run unit tests
timeout-minutes: 4