mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 18:53:55 +08:00
* integrate codecov * add codecov to readme * don't need the token * fix badges * /bin/bash, not /bin/sh * needs coverage in the docker * from the git root * add CI_ENV like https://docs.codecov.io/docs/testing-with-docker * custom upload step * use codecov action * coverage xml * add unit tests, good luck * name the container tmppilot * add name, fix unit tests * yml, fix coveragerc-app * remove tmp/openpilot * try without xml * just call the upload script in docker * ugh, i hate docker * idk env * yaml? * don't be clever * maybe this * running out of ideas * coverage xml maybe * upload coverage.xml * ugh CI_RUN * unneeded artifact Co-authored-by: George Hotz <geohot@gmail.com>
63 lines
747 B
Plaintext
63 lines
747 B
Plaintext
venv/
|
|
.DS_Store
|
|
.tags
|
|
.ipynb_checkpoints
|
|
.idea
|
|
.overlay_init
|
|
.overlay_consistent
|
|
.sconsign.dblite
|
|
.vscode
|
|
model2.png
|
|
a.out
|
|
|
|
*.dylib
|
|
*.DSYM
|
|
*.d
|
|
*.pyc
|
|
*.pyo
|
|
.*.swp
|
|
.*.swo
|
|
.*.un~
|
|
*.tmp
|
|
*.o
|
|
*.o-*
|
|
*.os
|
|
*.os-*
|
|
*.so
|
|
*.a
|
|
*.clb
|
|
*.class
|
|
*.pyxbldc
|
|
*.vcd
|
|
config.json
|
|
clcache
|
|
|
|
persist
|
|
board/obj/
|
|
selfdrive/boardd/boardd
|
|
selfdrive/logcatd/logcatd
|
|
selfdrive/mapd/default_speeds_by_region.json
|
|
selfdrive/proclogd/proclogd
|
|
selfdrive/ui/_ui
|
|
selfdrive/test/longitudinal_maneuvers/out
|
|
selfdrive/visiond/visiond
|
|
selfdrive/loggerd/loggerd
|
|
selfdrive/sensord/_gpsd
|
|
selfdrive/sensord/_sensord
|
|
selfdrive/camerad/camerad
|
|
selfdrive/modeld/_modeld
|
|
selfdrive/modeld/_dmonitoringmodeld
|
|
/src/
|
|
|
|
one
|
|
openpilot
|
|
notebooks
|
|
xx
|
|
panda_jungle
|
|
|
|
.coverage*
|
|
coverage.xml
|
|
htmlcov
|
|
pandaextra
|
|
|