diff --git a/codecov.yml b/codecov.yml index 40d03dcd7..519e7d1a3 100644 --- a/codecov.yml +++ b/codecov.yml @@ -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 \ No newline at end of file + - "system/version.py" # codecov changes depending on if we are in a branch or not + - "tools"