The GitHub Actions job "Required Checks" on texera.git/gh-readonly-queue/main/pr-6837-dda9e830f54e0fa74dcf0fd5d41a3c2e1a0c989c has succeeded. Run started by GitHub user aglinxinyuan (triggered by aglinxinyuan).
Head commit for run: 931b0d481655738a333f7aca2078fa412aa22026 / Xinyuan Lin <[email protected]> fix: Revert "ci: discover staged Codecov flags instead of a hardcoded matrix" (#6837) ### What changes were proposed in this PR? Reverts #6824 ("ci: discover staged Codecov flags instead of a hardcoded matrix"). That change was part of the deferred `workflow_run` Codecov upload, which regressed coverage reporting: every PR began showing its **own** flag as `Carriedforward` instead of a fresh delta, because moving the upload out of the Required Checks run lets Codecov build the PR comment from carryforward before the deferred upload lands (full analysis in #6839). This revert is the first step of backing the deferred approach out. ### Any related issues, documentation, discussions? Related to #6839. This reverts #6824 only; #6730 — which introduced the deferred upload and removed the inline `codecov-action` steps — also needs reverting to fully restore fresh coverage and resolve #6839. ### How was this PR tested? Revert of a CI-only workflow change; no product code is affected, and `workflow_run` workflows do not run on a PR in any case. The workflow YAML is covered by the existing CI lint. End-to-end recovery is verified once the inline uploads are restored (via the #6730 revert) and a PR again shows a fresh, non-carryforward flag. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (Opus 4.8 [1M context]) Report URL: https://github.com/apache/texera/actions/runs/30044373163 With regards, GitHub Actions via GitBox
