chore: remove Codecov config#65
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Removes the legacy Codecov configuration now that coverage reporting is handled via GitHub Code Quality, and the Codecov app/token are no longer in use.
Changes:
- Removed the Codecov ignore configuration from
.github/codecov.yml.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ ACTION | actionlint | 6 | 0 | 0 | 0.18s | |
| ✅ ACTION | zizmor | 6 | 0 | 0 | 0 | 2.25s |
| ✅ COPYPASTE | jscpd | yes | no | no | 0.98s | |
| ✅ GO | golangci-lint | yes | yes | no | no | 10.34s |
| ✅ JSON | jsonlint | 1 | 0 | 0 | 0.27s | |
| ✅ JSON | prettier | 1 | 0 | 0 | 0 | 0.34s |
| ✅ JSON | v8r | 1 | 0 | 0 | 1.98s | |
| markdownlint | 4 | 0 | 4 | 0 | 0.67s | |
| ✅ MARKDOWN | markdown-table-formatter | 4 | 0 | 0 | 0 | 0.14s |
| ✅ REPOSITORY | checkov | yes | no | no | 32.03s | |
| ✅ REPOSITORY | gitleaks | yes | no | no | 0.04s | |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.0s | |
| ✅ REPOSITORY | grype | yes | no | no | 49.61s | |
| ✅ REPOSITORY | osv-scanner | yes | no | no | 0.86s | |
| ✅ REPOSITORY | secretlint | yes | no | no | 0.68s | |
| ✅ REPOSITORY | syft | yes | no | no | 1.03s | |
| ✅ REPOSITORY | trivy | yes | no | no | 13.26s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | no | 0.11s | |
| ✅ REPOSITORY | trufflehog | yes | no | no | 2.43s | |
| ✅ SPELL | lychee | 15 | 0 | 0 | 0.99s | |
| ✅ YAML | prettier | 10 | 0 | 0 | 0 | 0.32s |
| ✅ YAML | v8r | 10 | 0 | 0 | 6.96s | |
| ✅ YAML | yamllint | 10 | 0 | 0 | 0.81s |
Detailed Issues
⚠️ MARKDOWN / markdownlint - 4 errors
.claude/skills/maintain/SKILL.md:5 error MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "Perform maintenance per the **..."]
AGENTS.md:5:401 error MD013/line-length Line length [Expected: 400; Actual: 436]
AGENTS.md:31:401 error MD013/line-length Line length [Expected: 400; Actual: 1143]
CLAUDE.md:1 error MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "@AGENTS.md"]
Notices
📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)
See detailed reports in MegaLinter artifacts

Show us your support by starring ⭐ the repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Coverage is now via GitHub Code Quality; the Codecov app and org token are removed, so this dead
.github/codecov.ymlis no longer used.🤖 Generated with Claude Code