ignore tools/ in codecov (#30711)
This commit is contained in:
parent
c4759c0a50
commit
7ca440fe51
|
@ -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…
Reference in New Issue