From f970e358fc83de5801782990633f7320b0fe877e Mon Sep 17 00:00:00 2001 From: Bryan Date: Wed, 26 Jan 2022 14:24:11 -0800 Subject: [PATCH] chore: Set patch coverage to informational (always pass status check) (#75) --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index 177aac1b12..e63dbbfd3c 100644 --- a/codecov.yml +++ b/codecov.yml @@ -14,6 +14,9 @@ coverage: branches: - "main" status: + patch: + default: + informational: yes project: default: target: 70%