From 860a0f33eb2edb3868f2418a1f06631dcdd990e2 Mon Sep 17 00:00:00 2001 From: A5rocks Date: Tue, 21 Apr 2026 17:23:55 -0400 Subject: [PATCH] Update how many codecov builds we upload --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index fd577eb919..f92aacf2e8 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -6,7 +6,7 @@ codecov: notify: # This number needs to be changed whenever the number of runs in CI is changed. # Another option is codecov-cli: https://github.com/codecov/codecov-cli#send-notifications - after_n_builds: 31 + after_n_builds: 35 wait_for_ci: false notify_error: true # if uploads fail, replace cov comment with a comment with errors. require_ci_to_pass: false