From 3bc0d35849ac78fe888b33f4a353bc6ee78efa78 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Tue, 6 Aug 2024 23:59:16 -0300 Subject: [PATCH] Update expected codecov flags count to 19 (#5811) ## Which problem is this PR solving? We are now running 19 different uploads of codecov image However, the current configuration was only waiting for 11, which resulted in false positives like this: image I.e. a comment about non-covered code which is actually covered, but its result uploads came after the 11 other results. ## Description of the changes - Bump expected count to 19, the current number of distinct flags/uploads. Signed-off-by: Yuri Shkuro --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index 5bb02757813..19be8c6927e 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,7 +1,7 @@ codecov: notify: require_ci_to_pass: yes - after_n_builds: 11 + after_n_builds: 19 strict_yaml_branch: main # only use the latest copy on the main branch ignore: