Skip to content

ref: Remove codecov from the repo#8111

Open
phacops wants to merge 1 commit into
masterfrom
claude/remove-codecov-gmo80r
Open

ref: Remove codecov from the repo#8111
phacops wants to merge 1 commit into
masterfrom
claude/remove-codecov-gmo80r

Conversation

@phacops

@phacops phacops commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Summary

Removes Codecov from the repository.

  • Deletes the codecov.yml configuration file
  • Removes all Codecov upload steps from .github/workflows/ci.yml:
    • "Upload test results to Codecov" (codecov/test-results-action)
    • The three curl ... uploader.codecov.io ... ./codecov upload steps (test job, admin-tests job, sentry job)
  • Removes the now-unused CODECOV_TOKEN passed to the self-hosted e2e action in .github/workflows/image.yml

Coverage generation flags (e.g. yarn run test --coverage) are left in place; only the Codecov-specific reporting/upload was removed. Historical CHANGELOG.md entries mentioning codecov are intentionally left untouched.

🤖 Generated with Claude Code

https://claude.ai/code/session_01KpZwqVy5y9fhYyL6HCn5mw


Generated by Claude Code

Remove codecov.yml config and all codecov upload steps from CI
workflows, along with the unused CODECOV_TOKEN passed to the
self-hosted e2e action.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
Claude-Session: https://claude.ai/code/session_01KpZwqVy5y9fhYyL6HCn5mw
@phacops phacops requested a review from a team as a code owner June 26, 2026 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants