From 768cda8de926e4137ab4f6ba1f30e39f8ef68ba8 Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Tue, 29 Oct 2024 19:11:35 +0000 Subject: [PATCH] chore_: configure codecov (#6005) * chore_: configure codecov * fix_: after_n_builds --- .codecov.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index dd5bf3d94..4441555b6 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -4,7 +4,8 @@ codecov: require_ci_to_pass: false notify: - wait_for_ci: true + wait_for_ci: false + after_n_builds: 2 ignore: - "_.*" @@ -16,25 +17,25 @@ ignore: 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