fix: exclude generated and non-library code from codecov coverage - #1894
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1894 +/- ##
===========================================
+ Coverage 62.20% 72.47% +10.26%
===========================================
Files 64 58 -6
Lines 4088 3854 -234
===========================================
+ Hits 2543 2793 +250
+ Misses 1265 768 -497
- Partials 280 293 +13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
khrm
force-pushed
the
fix-codecov-ignore-patterns
branch
from
August 18, 2026 15:26
80a2fde to
24c165e
Compare
Codecov reports low coverage because it includes auto-generated code, vendored deps, CLI entry points, and test infrastructure in the denominator. Filter these out so coverage reflects actual library code. Mirrors the approach proven in tektoncd/triggers#2101. - Replace bare `go test ./...` with filtered package list + `-coverpkg` - Strip zz_generated.deepcopy.go from profile - Add `disable_search: true` to codecov upload step - Use bare directory names in .codecov.yaml Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
khrm
force-pushed
the
fix-codecov-ignore-patterns
branch
from
August 18, 2026 15:40
24c165e to
c6c50b6
Compare
infernus01
approved these changes
Aug 19, 2026
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: infernus01, waveywaves The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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.
Codecov reports low coverage because it includes auto-generated code, vendored deps, CLI entry points, and test infrastructure in the denominator. Filter these out so coverage reflects actual library code. Mirrors the approach proven in tektoncd/triggers#2101.
go test ./...with filtered package list +-coverpkgdisable_search: trueto codecov upload stepChanges
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
Release Notes