From 7fd215398646525529357cde0465469d0b0105fb Mon Sep 17 00:00:00 2001 From: xdustinface Date: Tue, 10 Mar 2026 10:38:35 +0700 Subject: [PATCH] chore: make `codecov/project` wait for all uploads The default `wait_for_ci` doesn't seem to do its job properly.. since the `codecov/project` action currently races to false after the first uploads it seems. Even though it recovers once all uploads were done, with this change it just waits for the reporting until all uploads are done. --- .codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 521943d21..586b2315a 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,3 +1,8 @@ +codecov: + notify: + # Must match the number of coverage-uploading groups (core, spv, wallet, ffi, rpc) + after_n_builds: 5 + coverage: status: project: