From 76c935133df8d828fc8b371b1b26ff7500c24230 Mon Sep 17 00:00:00 2001 From: cairo Date: Fri, 28 Jun 2024 11:43:21 +0200 Subject: [PATCH] faster ignore pattern --- .codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 6b3870a332..5bee9146ab 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -11,5 +11,5 @@ coverage: default: threshold: 1% ignore: - - "test/**/*" - - "contracts/mocks/**/*" + - "test" + - "contracts/mocks"