handle missing routes better in test car models

This commit is contained in:
Adeeb Shihadeh
2021-09-06 19:21:06 -07:00
parent 21ae64868e
commit 81006b03c2
2 changed files with 5 additions and 5 deletions

View File

@@ -309,8 +309,6 @@ jobs:
- name: Test car models
run: |
${{ env.RUN }} "scons -j$(nproc) && \
FILEREADER_CACHE=1 coverage run --parallel-mode -m nose --processes=4 --process-timeout=120 \
selfdrive/test/test_models.py && \
coverage combine"
coverage run selfdrive/test/test_models.py"
- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash) -v -F test_car_models