From c740a05e87e5d27ada279481d593fd51b7b41e4a Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Mon, 28 Oct 2024 22:23:30 +0000 Subject: [PATCH] chore_: configure codecov --- .codecov.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 4bd982eb802..2f13268abd9 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -2,32 +2,32 @@ # make codecov-validate codecov: - require_ci_to_pass: false + require_ci_to_pass: true notify: wait_for_ci: true coverage: status: project: - default: - informational: true unit-tests: target: auto + threshold: 1 flags: - unit functional-tests: + threshold: 0.1 target: auto flags: - functional patch: default: - informational: true + target: 50 unit-tests: - target: auto + informational: true flags: - unit functional-tests: - target: auto + informational: true flags: - functional @@ -39,7 +39,7 @@ flags: functional-tests: paths: - ".*" - carryforward: true + carryforward: false comment: behavior: default