From 64f6d2bfc348e5b1f759ac1966b93876db674a98 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 Signed-off-by: Jared Tan --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index 5bb027578138..19be8c6927e1 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: