Skip to content

Commit 33c182e

Browse files
fix: add codecov.yml to unblock report processing
Codecov was receiving uploads but never processing them because ci_passed stayed null — the GitHub App webhook wasn't delivering CI completion events. Setting wait_for_ci: false and after_n_builds: 1 tells Codecov to process immediately. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent aecc819 commit 33c182e

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

codecov.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
codecov:
2+
notify:
3+
after_n_builds: 1
4+
wait_for_ci: false
5+
6+
coverage:
7+
status:
8+
project:
9+
default:
10+
target: auto
11+
patch:
12+
default:
13+
target: auto

0 commit comments

Comments
 (0)