Yicong-Huang opened a new issue, #4713: URL: https://github.com/apache/texera/issues/4713
### Task Summary Add a Codecov coverage badge to `README.md` so the project's overall test coverage is one click away from the repo home page. PR #4666 wired `CODECOV_TOKEN` so push events on `main` and `release/**` now upload coverage. Verified with the latest main commits at `https://codecov.io/api/v2/github/apache/repos/texera/branches/main` — recent commits report 46% overall, with the `frontend` / `scala` / `python` / `agent-service` flags broken out on the dashboard. The badge will sit at the end of the existing `<p align="center">` stats block in `README.md`, matching the shields.io style of its neighbors and linking to https://app.codecov.io/gh/apache/texera. ### Why bother - Reviewers can see the trend without leaving the repo home. - Fast click-through to per-flag breakdown (we already configured `frontend`, `scala`, `python`, `agent-service` flags in the codecov-action uploads). - Aligns with the eight other Apache projects already shipping a Codecov badge (airflow, beam, hudi, iotdb, pinot, pulsar, spark, superset — counted from the earlier `org:apache codecov` survey). ### Out of scope - Fixing the `default_branch` setting on Codecov (still says `master`); that's an INFRA-side toggle, not a README change. - Per-flag badges (one per stack). The single overall badge is enough for the repo home; the dashboard surfaces flags directly. - Quality-gate / PR comment configuration via `codecov.yml` — already noted as deferred work in #4665 / #4666. ### Task Type - [x] Documentation -- 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]
