Skip to content

chore: remove codecov integration#73

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

chore: remove codecov integration#73
jeetburman wants to merge 1 commit intomeshery-extensions:masterfrom
jeetburman:chore/remove-codecov

Conversation

@jeetburman
Copy link
Copy Markdown

@jeetburman jeetburman commented Jan 12, 2026

Description

Remove Codecov integration from the kubectl-meshsync-snapshot repository as part of the organization-wide cleanup.

Changes Made

  • Removed Codecov upload steps from .github/workflows/go-testing-ci.yml:
    • Unit tests codecov upload
    • Integration tests codecov upload
  • Deleted codecov configuration file: .github/codecov.yml
  • Retained coverage generation steps for local development:
    • go test --short ./... -race -coverprofile=coverage.txt -covermode=atomic (unit tests)
    • Integration test coverage generation with mesheryctl commands

Related

Part of organization-wide effort to remove Codecov integration across Meshery and Meshery Extensions repositories.

Signed commits

  • Yes, I signed my commits.

- Remove codecov upload steps from go-testing-ci.yml workflow (unit-tests and integration-tests jobs)
- Delete .github/codecov.yml configuration file
- Retain coverage generation for local development use

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