mengw15 opened a new issue, #6850: URL: https://github.com/apache/texera/issues/6850
### Task Summary The deferred `workflow_run` Codecov upload (#6730, #6824) left the 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 and evidence in #6839). Both PRs are now reverted (#6840, #6837), but reverting the upload path does not un-stick the chain — the poisoned base report on `main` has to be flushed. Step 1 of Codecov's [carryforward reset procedure](https://community.codecov.com/t/remove-old-carryforward-flag/3428): temporarily drop `flag_management.default_rules.carryforward` so the next full `main` build rebaselines Codecov against the current flag set, dropping the stale carried sessions. Re-enabling is tracked as step 2. Same reset previously done in #6080 → #6088. ### Task Type - [ ] Refactor / Cleanup - [x] DevOps / Deployment / CI - [ ] Testing / QA - [ ] Documentation - [ ] Performance - [ ] Other -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
