Skip to content

chore: remove codecov integration#497

Open
jeetburman wants to merge 1 commit into
meshery-extensions:masterfrom
jeetburman:chore/remove-codecov
Open

chore: remove codecov integration#497
jeetburman wants to merge 1 commit into
meshery-extensions:masterfrom
jeetburman:chore/remove-codecov

Conversation

@jeetburman

@jeetburman jeetburman commented Jan 12, 2026

Copy link
Copy Markdown

**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 <jeetburrman@gmail.com>
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