ignore tools/ in codecov (#30711)

old-commit-hash: 7ca440fe51
chrysler-long2
Adeeb Shihadeh 1 year ago committed by GitHub
parent 197571344e
commit ce34052dad
  1. 3
      codecov.yml

@ -9,4 +9,5 @@ coverage:
ignore: ignore:
- "**/test_*.py" - "**/test_*.py"
- "selfdrive/test/**" - "selfdrive/test/**"
- "system/version.py" # codecov changes depending on if we are in a branch or not - "system/version.py" # codecov changes depending on if we are in a branch or not
- "tools"

Loading…
Cancel
Save