Yicong-Huang opened a new issue, #6079: URL: https://github.com/apache/texera/issues/6079
### Task Summary Codecov has drifted from `codecov.yml` in two ways: 1. **Stale carryforward flag.** `python` was renamed to `pyamber`, but with `flag_management.default_rules.carryforward: true` Codecov keeps resurrecting the old `python` flag from a pre-rename commit, so it appears in every PR comment (e.g. #6048) alongside the real `pyamber`. 2. **Stale flag inventory in the config.** The `codecov.yml` header comment claims the repo uploads four flags (`frontend`, `scala`, `pyamber`, `agent-service`). CI actually uploads 11: `frontend`, `amber`, `amber-integration`, `pyamber`, `agent-service` plus the six platform services. `scala` was long ago renamed to `amber`. Fix: follow Codecov's [carryforward reset procedure](https://community.codecov.com/t/remove-old-carryforward-flag/3428) — temporarily drop `carryforward: true`, rebaseline `main` with the current flag set, then re-enable — and refresh the stale header comment to list the real flags. ### 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]
