Files
dragonpilot/codecov.yml
Justin Newberry c9915ceba9 Codecov: ignore selfdrive/test (#30407)
* ignore

* fix that
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/**"