Skip to content

[chore] bump go-junit-report to v2#303

Open
mailo-nr wants to merge 10 commits into
mainfrom
fix/go-junit-report-v2
Open

[chore] bump go-junit-report to v2#303
mailo-nr wants to merge 10 commits into
mainfrom
fix/go-junit-report-v2

Conversation

@mailo-nr
Copy link
Copy Markdown
Contributor

@mailo-nr mailo-nr commented May 27, 2026

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's tool directive and lazy go tool -n resolution — 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 -C instead of -modfile= (local replace directives), and retained blank imports in tools.go (go-licence-detector skips indirect deps).

Link to tracking issue

Testing

Full CI.

@mailo-nr mailo-nr requested a review from a team as a code owner May 27, 2026 20:56
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.39%. Comparing base (8451024) to head (72cbe7d).
⚠️ Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mailo-nr mailo-nr force-pushed the fix/go-junit-report-v2 branch from ad02ba3 to 0492b75 Compare May 27, 2026 22:01
@mailo-nr mailo-nr requested review from a team as code owners May 27, 2026 22:52
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.

2 participants