openpilot/codecov.yml

14 lines
254 B
YAML
Raw Permalink Normal View History

2020-05-12 01:40:49 +08:00
comment: false
2020-05-05 15:28:09 +08:00
coverage:
status:
project:
default:
informational: true
patch: off
ignore:
- "**/test_*.py"
- "selfdrive/test/**"
2023-12-13 15:59:38 +08:00
- "system/version.py" # codecov changes depending on if we are in a branch or not
- "tools"