From d2c36f4fb63d5684c2634506c186fab1dc834228 Mon Sep 17 00:00:00 2001 From: Thomas Carmet <8408330+tcarmet@users.noreply.github.com> Date: Mon, 15 Dec 2025 12:48:17 -0800 Subject: [PATCH] CLDSRV-814: prevent premature codecov results --- codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/codecov.yml b/codecov.yml index 30e972f57d..ee3ed8cfa2 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,4 +1,10 @@ --- +codecov: + require_ci_to_pass: true + notify: + wait_for_ci: true + after_n_builds: 9 + parsers: javascript: enable_partials: yes