From d3041a978ca826ba2ca30fc15f2874c604f176ea Mon Sep 17 00:00:00 2001 From: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> Date: Wed, 12 Apr 2023 15:35:58 +0100 Subject: [PATCH] Codecov path fixing --- .codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index ad4d7104f80..99ff00b0440 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -25,6 +25,9 @@ coverage: target: '95%' threshold: '5%' +fixes: + - "[^\/\n]+/::" + # files to ignore ignore: - "tests/**"