From dccf80759a2f5fdfb602755ca6a3cd5377dbadc8 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Wed, 28 Jun 2023 08:54:35 +0200 Subject: [PATCH] test: ignore tests folder in codecov --- codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/codecov.yml b/codecov.yml index 5ba87365..066ab0de 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,3 +4,4 @@ ignore: - 'templates' - 'screenshots' - '**/*.json' + - '**/tests/**'