Yicong-Huang opened a new pull request, #4666:
URL: https://github.com/apache/texera/pull/4666
### What changes were proposed in this PR?
Pass \`token: \${{ secrets.CODECOV_TOKEN }}\` to all four
\`codecov/codecov-action\` invocations in \`.github/workflows/build.yml\`
(frontend, scala, python, agent-service).
### Any related issues, documentation, discussions?
Closes #4665.
The token has already been added as a repo secret. Codecov's tokenless flow
only authenticates fork PR uploads; push events on the protected default branch
are rejected with \`{"message":"Token required because branch is protected"}\`,
which has been silent because \`fail_ci_if_error: false\`.
### How was this PR tested?
Will be verified post-merge by checking that a new commit on \`main\` shows
up at https://app.codecov.io/gh/apache/texera/branch/main with a coverage
report (currently 404 — no main commit has ever produced a report).
### Was this PR authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Opus 4.7, 1M context)
--
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]