[chore] bump go-junit-report to v2#303
Open
mailo-nr wants to merge 10 commits into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #303 +/- ##
=======================================
Coverage 62.39% 62.39%
=======================================
Files 70 70
Lines 5739 5739
=======================================
Hits 3581 3581
Misses 1962 1962
Partials 196 196 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ad02ba3 to
0492b75
Compare
…ead targets, duplicate step
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.
Description
Syncs tool management with opentelemetry-collector-contrib's canonical approach (their PR #45739, Feb 2026). Replaces the old
install-tools+.tools/binary pattern with Go'stooldirective and lazygo tool -nresolution — tools build on first use, no pre-building or binary naming logic needed. This also absorbs two stuck Renovate PRs (#232, #299) that broke under the old pattern.Two divergences from contrib, both documented in code:
go -Cinstead of-modfile=(local replace directives), and retained blank imports intools.go(go-licence-detectorskips indirect deps).Link to tracking issue
Testing
Full CI.