From 22a45f5e171193991feba7b42ea52bd56f092229 Mon Sep 17 00:00:00 2001 From: Teseo Schneider Date: Wed, 24 Jul 2024 15:40:33 -0700 Subject: [PATCH] ignore test on codecov --- codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codecov.yml b/codecov.yml index 3418f88..03d8227 100644 --- a/codecov.yml +++ b/codecov.yml @@ -9,3 +9,5 @@ coverage: target: 75% threshold: 5% only_pulls: true +ignore: + - "tests" # ignore folders and all its contents \ No newline at end of file