From db874f5aea2f37cf982a4d4f8002f9ed2ba96e64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=87=BA=F0=9F=87=A6=20Sviatoslav=20Sydorenko=20=28?= =?UTF-8?q?=D0=A1=D0=B2=D1=8F=D1=82=D0=BE=D1=81=D0=BB=D0=B0=D0=B2=20=D0=A1?= =?UTF-8?q?=D0=B8=D0=B4=D0=BE=D1=80=D0=B5=D0=BD=D0=BA=D0=BE=29?= Date: Thu, 12 Jun 2025 17:45:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20Bump=20the=20expected=20Codecov?= =?UTF-8?q?=20uploads=20number=20to=209=20(#16023)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It should ideally match perfectly or at least come close, for best responsiveness. This setting is currently used to prevent Codecov from publishing incomplete coverage metrics too early. --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index e9e0ca7be2..337b0b15e7 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -2,7 +2,7 @@ codecov: notify: - after_n_builds: 6 # Number of test matrix+lint jobs uploading coverage + after_n_builds: 9 # Number of test matrix+lint jobs uploading coverage wait_for_ci: false require_ci_to_pass: false