From 60e2b2842c79e4956944ecc8bf3af475bbcc56bb Mon Sep 17 00:00:00 2001 From: Daniel Scott-Raynsford Date: Wed, 30 Dec 2020 13:42:54 +1300 Subject: [PATCH] Changes as per PR comments --- .codecov.yml => codecov.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename .codecov.yml => codecov.yml (84%) diff --git a/.codecov.yml b/codecov.yml similarity index 84% rename from .codecov.yml rename to codecov.yml index 6443fd1..6c9277e 100644 --- a/.codecov.yml +++ b/codecov.yml @@ -1,6 +1,5 @@ codecov: - notify: - require_ci_to_pass: no + require_ci_to_pass: no # main should be the baseline for reporting branch: main @@ -24,3 +23,6 @@ coverage: # and let codecov.io set the goal for the code changed in the patch. target: auto threshold: 5 + +fixes: + - '\d+\.\d+\.\d+\/::source/' # move path "X.Y.Z/" => "source/"