tests: one file for safety and coverage tests (#1865)

* one file for all tests

* clean up

* unreachable

* Revert "unreachable"

This reverts commit 4b792b1f9b5290b57975d21c24be5029be16b0e3.
This commit is contained in:
Shane Smiskol
2024-02-13 19:27:19 -06:00
committed by GitHub
parent a99387d52d
commit aca33b83a4
4 changed files with 24 additions and 45 deletions

View File

@@ -89,23 +89,6 @@ jobs:
scons -j$(nproc) ${{ matrix.flags }} && \
tests/safety/test.sh"
safety_coverage:
name: safety coverage
runs-on: ubuntu-20.04
timeout-minutes: 20
steps:
- uses: actions/checkout@v2
- name: Build Docker image
run: eval "$BUILD"
- name: Run safety coverage test
timeout-minutes: 5
run: |
${{ env.RUN }} "cd .. && \
scons -c && \
scons -j$(nproc) opendbc/ cereal/ && \
cd panda/tests/safety && \
./test_coverage.sh"
misra:
name: MISRA C:2012
runs-on: ubuntu-20.04