From c9915ceba9d352af6ebb12b1592fc568fe38ebc5 Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Tue, 7 Nov 2023 16:16:23 -0500 Subject: [PATCH] Codecov: ignore selfdrive/test (#30407) * ignore * fix that --- codecov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index da57bb01c..686d9b03f 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,4 +7,5 @@ coverage: patch: off ignore: - - "**/test_*.py" \ No newline at end of file + - "**/test_*.py" + - "selfdrive/test/**" \ No newline at end of file