codecov.yml 254 B

12345678910111213
  1. comment: false
  2. coverage:
  3. status:
  4. project:
  5. default:
  6. informational: true
  7. patch: off
  8. ignore:
  9. - "**/test_*.py"
  10. - "selfdrive/test/**"
  11. - "system/version.py" # codecov changes depending on if we are in a branch or not
  12. - "tools"