From 83ba4f757f590881b70db15249f12c4a9d399fff Mon Sep 17 00:00:00 2001 From: Karsten Wagner <39054096+karsten-wagner@users.noreply.github.com> Date: Fri, 1 Jan 2021 13:16:42 +0100 Subject: [PATCH 1/3] Manually fixing paths for codecov.io to cover all project files --- codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/codecov.yml b/codecov.yml index 0f65dcd530..88f930008b 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,2 +1,8 @@ comment: after_n_builds: 4 + +codecov: + disable_default_path_fixes: true # manual fix properly covers all files + +fixes: + - "::github/" # manual fix properly covers all files From 9421d0098abc9ed99244d323f7a0d88a48a6933d Mon Sep 17 00:00:00 2001 From: karsten-wagner <39054096+karsten-wagner@users.noreply.github.com> Date: Tue, 5 Jan 2021 15:17:39 +0100 Subject: [PATCH 2/3] Update codecov.yml Co-authored-by: Steve Kowalik --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 88f930008b..a09768c90d 100644 --- a/codecov.yml +++ b/codecov.yml @@ -5,4 +5,4 @@ codecov: disable_default_path_fixes: true # manual fix properly covers all files fixes: - - "::github/" # manual fix properly covers all files + - "::github/" From a2a857710a7a080c860f00c51d341538f365ca98 Mon Sep 17 00:00:00 2001 From: karsten-wagner <39054096+karsten-wagner@users.noreply.github.com> Date: Tue, 5 Jan 2021 15:17:47 +0100 Subject: [PATCH 3/3] Update codecov.yml Co-authored-by: Steve Kowalik --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index a09768c90d..f759279240 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,7 +2,7 @@ comment: after_n_builds: 4 codecov: - disable_default_path_fixes: true # manual fix properly covers all files + disable_default_path_fixes: true # Automatic detection does not discover all files fixes: - "::github/"