From bcba81dda6ab9d0b6372139cbb103f07254b0f8e Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Wed, 17 Jul 2024 12:21:32 -0400 Subject: [PATCH] build: update codecov coverage build count MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/53929 Reviewed-By: Moshe Atlow Reviewed-By: Richard Lau Reviewed-By: Rich Trott Reviewed-By: Michaƫl Zasso --- codecov.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 80ee32b360abce3..910f4b32192146c 100644 --- a/codecov.yml +++ b/codecov.yml @@ -11,9 +11,13 @@ codecov: branch: main notify: # Wait for all coverage builds: - after_n_builds: 2 + # - coverage-linux.yml + # - coverage-windows.yml + # - coverage-linux-without-intl.yml + after_n_builds: 3 coverage: + # Useful for blocking Pull Requests that don't meet a particular coverage threshold. status: project: off patch: off