ci: make codecov informational only#2924
Merged
mergify[bot] merged 2 commits intomasterfrom May 23, 2025
Merged
Conversation
Disables requirement to fix coverage for lines that remain missing
Contributor
🦙 MegaLinter status:
|
| Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
|---|---|---|---|---|---|
| ✅ EDITORCONFIG | editorconfig-checker | 1 | 0 | 0.0s | |
| ✅ REPOSITORY | gitleaks | yes | no | 2.73s | |
| ✅ REPOSITORY | git_diff | yes | no | 0.01s | |
| ✅ REPOSITORY | grype | yes | no | 11.34s | |
| ✅ REPOSITORY | secretlint | yes | no | 1.23s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | 0.39s | |
| ✅ REPOSITORY | trufflehog | yes | no | 3.98s | |
| prettier | 1 | 1 | 0.22s | ||
| ✅ YAML | v8r | 1 | 0 | 1.7s |
See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2924 +/- ##
==========================================
+ Coverage 74.65% 74.69% +0.03%
==========================================
Files 73 73
Lines 11139 11147 +8
==========================================
+ Hits 8316 8326 +10
+ Misses 2186 2185 -1
+ Partials 637 636 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ChristopherHX
approved these changes
May 23, 2025
Contributor
ChristopherHX
left a comment
There was a problem hiding this comment.
I fully agree with disabling this CI blocker, since we could not bypass such a merge requirement.
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.

Disables requirement to fix coverage for lines that remain missing