The GitHub Actions job "Required Checks" on texera.git/main has failed.
Run started by GitHub user github-merge-queue[bot] (triggered by 
github-merge-queue[bot]).

Head commit for run:
053d8fb411dfcb65e3f2a7131ec6374e560e27d8 / Meng Wang <[email protected]>
chore(ci): disable Codecov carryforward for a one-time flag rebaseline (#6852)

### What changes were proposed in this PR?
Step 1 of a Codecov carryforward reset (see #6850). The deferred
`workflow_run`
upload experiment (#6730, #6824) — since reverted (#6840, #6837) — left
Codecov's
carryforward chain stuck: every PR renders its **own** flag as
`Carriedforward`
instead of a fresh delta, so a PR's real coverage change never surfaces
(full
diagnosis in #6839).

Reverting the upload path alone does not un-stick the chain; the
poisoned base
report on `main` has to be flushed. This PR removes
`flag_management.default_rules.carryforward` so the next full `main`
build
rebaselines Codecov against the current flag set, dropping the stale
carried
sessions.

**This is intentionally temporary.** A follow-up PR restores
`carryforward: true`
once `main` has a clean full-build baseline. During the window,
single-stack PRs
may show non-run flags as `?` — expected, and the reason carryforward
exists.

Ordered operational steps (per Codecov's [reset
guidance](https://community.codecov.com/t/remove-old-carryforward-flag/3428)):
1. Merge this PR.
2. Let a full build run on `main` (all 11 flags upload fresh; nothing
carried).
3. Merge the follow-up PR re-enabling carryforward.
4. Rebase open PRs onto the new `main`.

### Any related issues, documentation, discussions?
Closes #6850

### How was this PR tested?
Config-only change. Validated `codecov.yml` parses as valid YAML
(`yaml.safe_load`)
and that the top-level keys are now `ignore`, `coverage`, `comment` —
the
`flag_management` block is removed as intended. No behavior to
unit-test; the
effect is verifiable on `main` post-merge by confirming PR comments show
fresh
flag deltas again.

### Was this PR authored or co-authored using generative AI tooling?
Generated-by: Claude Code (claude-opus-4-8)

Report URL: https://github.com/apache/texera/actions/runs/30064708433

With regards,
GitHub Actions via GitBox

Reply via email to