Skip to content

Commit 1fe813d

Browse files
bryan-coxclaude
andcommitted
fix(ci): disable Codecov wait_for_ci to unblock PR comments
Codecov's default wait_for_ci: true causes it to wait for ALL non-Codecov commit statuses to complete before posting PR comments. Prow e2e tests create pending statuses that never resolve (waiting for pipeline conditions), blocking Codecov notifications indefinitely. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a12b316 commit 1fe813d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
codecov:
22
branch: main
3+
notify:
4+
wait_for_ci: false
35

46
comment:
57
layout: "condensed_header, diff, flags, components"

0 commit comments

Comments
 (0)