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"