ignore tools/ in codecov (#30711)

This commit is contained in:
Adeeb Shihadeh 2023-12-12 23:59:38 -08:00 committed by GitHub
parent c4759c0a50
commit 7ca440fe51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -9,4 +9,5 @@ coverage:
ignore:
- "**/test_*.py"
- "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"