From d785aa4642bb86d5416790b08c0298bd0af457e5 Mon Sep 17 00:00:00 2001 From: Eric Mastro Date: Tue, 22 Mar 2022 10:24:53 +1100 Subject: [PATCH] update codecov path to be informational --- codecov.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/codecov.yml b/codecov.yml index 463bc88..429a94c 100644 --- a/codecov.yml +++ b/codecov.yml @@ -10,3 +10,13 @@ coverage: # `informational`: https://docs.codecov.com/docs/commit-status#informational # `threshold`: https://docs.codecov.com/docs/commit-status#threshold informational: true + patch: + default: + # advanced settings + + # Prevents PR from being blocked with a reduction in coverage. + # Note, if we want to re-enable this, a `threshold` value can be used + # allow coverage to drop by x% while still posting a success status. + # `informational`: https://docs.codecov.com/docs/commit-status#informational + # `threshold`: https://docs.codecov.com/docs/commit-status#threshold + informational: true