From 1972ca9ea7e1ba65e1c9bd27c7f93e6abc9c873e Mon Sep 17 00:00:00 2001 From: John Hill Date: Fri, 29 Oct 2021 15:09:33 -0700 Subject: [PATCH] Run Codecov in informational mode (#4409) --- codecov.yml | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/codecov.yml b/codecov.yml index 45aa9a9624..c37929fb53 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,18 +1,13 @@ codecov: - require_ci_to_pass: false + require_ci_to_pass: true -coverage: - precision: 2 - round: down - range: "70...100" - -parsers: - gcov: - branch_detection: - conditional: yes - loop: yes - method: no - macro: no +status: + project: + default: + informational: true + patch: + default: + informational: true comment: layout: "reach,diff,flags,files,footer"