From aa14e1141e07100217a6e99adf3c14a7692e25bd Mon Sep 17 00:00:00 2001 From: nadiraikido <166383531+nadiraikido@users.noreply.github.com> Date: Thu, 12 Dec 2024 19:30:18 +0100 Subject: [PATCH] Ignore test folders/files for code coverage --- .codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 69cb7601..7c1ea378 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1 +1,6 @@ comment: false +ignore: + - "*_test.py" + - "sample-apps/" + - "end2end/" + - "benchmarks/" \ No newline at end of file