Files
clearpilot/codecov.yml
Your Name fe5f722eda wip
2024-04-27 13:01:58 -05:00

14 lines
254 B
YAML

comment: false
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
- "tools"