Skip to content

Conversation

@jeetburman
Copy link

@jeetburman jeetburman commented Jan 12, 2026

**Relation
Part of organization-wide codecov removal effort.

Notes for Reviewers
Removed entire codecov job from .github/workflows/ci.yml (lines 38-61)

  • Updated build job dependency from needs: [codecov] to needs: [tidy]
  • Workflow chain updated: lint → tidy → build (previously: lint → tidy → codecov → build)
  • Coverage generation: Can still be run locally using: go test --short ./... -race -coverprofile=coverage.txt -covermode=atomic

Signed commits

  • Yes, I signed my commits.

- Remove codecov job from ci.yml workflow
- Update build job to depend on tidy instead of codecov
- Coverage generation can still be run locally with: go test --short ./... -race -coverprofile=coverage.txt -covermode=atomic

Part of organization-wide codecov removal effort.

Signed-off-by: Jeet Burman <[email protected]>
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.

3 participants