Files
sunnypilot/codecov.yml

12 lines
241 B
YAML
Raw Normal View History

2020-05-11 10:40:49 -07:00
comment: false
2020-05-05 00:28:09 -07:00
coverage:
status:
project:
default:
informational: true
patch: off
ignore:
- "**/test_*.py"
- "selfdrive/test/**"
- "system/version.py" # codecov changes depending on if we are in a branch or not