Skip to content

ci: make codecov wait for all coverage uploads before computing status#161

Merged
sidmohan0 merged 1 commit into
devfrom
ci/codecov-wait-for-builds
Jul 2, 2026
Merged

ci: make codecov wait for all coverage uploads before computing status#161
sidmohan0 merged 1 commit into
devfrom
ci/codecov-wait-for-builds

Conversation

@sidmohan0

Copy link
Copy Markdown
Contributor

Fixes the recurring false-red codecov/patch status (seen on #154, #155, #159, #160): codecov recomputes after every upload, and the early core/nlp profile jobs lack litellm, so the guardrail adapter's lines look uncovered until the four nlp-advanced uploads land. With after_n_builds: 12 (the full test matrix) and wait_for_ci, status is computed once, after all reports arrive.

Note: codecov reads this config from the PR head, so the fix takes effect for PRs branched after this merges.

…atus

Only the nlp-advanced CI profile installs litellm, so codecov's
incremental recomputation reported the guardrail adapter as uncovered
until the final uploads arrived, producing a false-red patch status on
every PR touching those files (observed on #154, #155, #159, #160).
@sidmohan0 sidmohan0 merged commit 60fa5fd into dev Jul 2, 2026
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant