Files
sunnypilot/codecov.yml
Justin Newberry 9e1383efcf Codecov: ignore selfdrive/test (#30407)
* ignore

* fix that
old-commit-hash: c9915ceba9
2023-11-07 13:16:23 -08:00

11 lines
157 B
YAML

comment: false
coverage:
status:
project:
default:
informational: true
patch: off
ignore:
- "**/test_*.py"
- "selfdrive/test/**"