Skip to content

Commit 77b13d9

Browse files
yurishkuroJaredTan95
authored andcommitted
Update expected codecov flags count to 19 (jaegertracing#5811)
## Which problem is this PR solving? We are now running 19 different uploads of codecov <img width="403" alt="image" src="https://github.com/user-attachments/assets/d31594c5-6b76-4e12-bb98-60902addd976"> However, the current configuration was only waiting for 11, which resulted in false positives like this: <img width="904" alt="image" src="https://github.com/user-attachments/assets/182f1578-53aa-476c-80e6-2d71428ce66c"> 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 <[email protected]> Signed-off-by: Jared Tan <[email protected]>
1 parent 8eee7da commit 77b13d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
codecov:
22
notify:
33
require_ci_to_pass: yes
4-
after_n_builds: 11
4+
after_n_builds: 19
55
strict_yaml_branch: main # only use the latest copy on the main branch
66

77
ignore:

0 commit comments

Comments
 (0)