Yicong-Huang opened a new pull request, #4973: URL: https://github.com/apache/texera/pull/4973
### What changes were proposed in this PR? The labeler routes each PR to a subset of CI stacks, so most PRs upload coverage for only one or two flags and the rest are carried forward from main (already configured via `flag_management.default_rules.carryforward: true`). Codecov's default still **hides** those carry-forward rows from the PR comment, which makes the table look empty on a frontend-only or python-only PR. Add `comment.show_carryforward_flags: true` so the table shows every flag — fresh-data rows track the patch and carryforward'd rows render with `<ø>` to flag their unchanged status. ### Any related issues, documentation, discussions? Closes #4972. ### How was this PR tested? `curl https://codecov.io/validate` against the file returns "Valid!" with the new key parsed. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Opus 4.7 (Claude Code) -- 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]
