simple fuzzing test for all processes (#28584)

* working test

* classmethod

* review

* add to ci
This commit is contained in:
Maxime Desroches
2023-06-20 10:57:02 -07:00
committed by GitHub
parent 3c398b2e2f
commit bac193bdd5
4 changed files with 34 additions and 169 deletions
+1
View File
@@ -228,6 +228,7 @@ jobs:
./tools/replay/tests/test_replay && \
./tools/cabana/tests/test_cabana && \
./system/camerad/test/ae_gray_test && \
./selfdrive/test/process_replay/test_fuzzy.py && \
coverage xml"
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v2