From 52d2ecee34a2bf2619481e29f9e627f91ac1d2fa Mon Sep 17 00:00:00 2001 From: xtof Date: Mon, 21 Oct 2024 13:19:13 +0200 Subject: [PATCH] Try again --- .codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index d0ffe7b..13ccaaf 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,4 +1,4 @@ codecov: ignore: - - "test/**" - - "thirdparty/**" \ No newline at end of file + - "**/test/**" + - "**/thirdparty/**" \ No newline at end of file