Yicong-Huang opened a new issue, #4689:
URL: https://github.com/apache/texera/issues/4689

   ## Task Summary
   
   The Codecov PR comments show `?` for any flag whose job didn't run on that 
PR — e.g., a python-only PR doesn't trigger the scala / frontend / 
agent-service jobs, so those flags appear unset and the project rollup looks 
misleading. See [PR #4685's 
comment](https://github.com/apache/texera/pull/4685): \`scala\`, \`frontend\`, 
and \`agent-service\` come back as \`?\` while only \`python\` has a delta.
   
   There's no \`codecov.yml\` at the repo root, so Codecov falls back to 
defaults (no carryforward).
   
   ## Proposed Next Step
   
   Add a minimal \`codecov.yml\` at the repo root with:
   
   \`\`\`yaml
   flag_management:
     default_rules:
       carryforward: true
   \`\`\`
   
   That declares carryforward as the default for all flags. PRs that skip a 
stack inherit the latest report on that flag from the base branch, so the 
rollup reflects every stack instead of dropping out.
   
   No other Codecov defaults change.
   
   ## Priority
   P3 – Low (CI / observability)
   
   ## Task Type
   - [x] DevOps / Deployment


-- 
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]

Reply via email to