From 33c6f6d99ec11e92c82ff6c4e8520928f5c87b81 Mon Sep 17 00:00:00 2001 From: Max Golovanov Date: Fri, 28 May 2021 21:11:39 -0700 Subject: [PATCH] Update .codecov.yaml (#809) --- .github/.codecov.yaml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/.codecov.yaml b/.github/.codecov.yaml index c97b4e92dd..e2c304a9b4 100644 --- a/.github/.codecov.yaml +++ b/.github/.codecov.yaml @@ -1,13 +1,22 @@ codecov: - require_ci_to_pass: yes + require_ci_to_pass: false max_report_age: off coverage: precision: 2 - round: down + round: up range: "80...100" status: - patch: off + project: + default: + informational: true + target: auto + threshold: 10% + patch: + default: + informational: true + target: auto + threshold: 10% parsers: gcov: @@ -20,7 +29,7 @@ parsers: comment: layout: "reach,diff,flags,tree" behavior: default - require_changes: no + require_changes: false # Relative file path fixing. # CI file paths must match Git file paths.