Skip to content

chore: tidy the examples/sdk/platform module - #510

Merged
retr0h merged 1 commit into
mainfrom
chore/tidy-examples-platform
Sep 15, 2026
Merged

retr0h merged 1 commit into
mainfrom
chore/tidy-examples-platform

Conversation

@retr0h

@retr0h retr0h commented Sep 15, 2026

Copy link
Copy Markdown
Collaborator

#491 bumped golang.org/x/term, which raised the root module to golang.org/x/sys v0.48.0. examples/sdk/platform replaces the root module with the local checkout, so it resolves v0.48.0 as well, but its go.mod still records v0.47.0. just test fails at go-mod-check with untidy: examples/sdk/platform on a clean checkout of main.

Tidied that module only; no code changes.

🤖 Generated with Claude Code

#491 bumped golang.org/x/term, which raised the root module to
golang.org/x/sys v0.48.0. examples/sdk/platform replaces the root
module with the local checkout, so it now resolves v0.48.0 too, but
its go.mod still recorded v0.47.0 and go-mod-check reports it untidy.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@codecov

codecov Bot commented Sep 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #510   +/-   ##
=======================================
  Coverage   99.94%   99.94%           
=======================================
  Files         485      485           
  Lines       22940    22940           
=======================================
  Hits        22928    22928           
  Misses         12       12           

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 397a20b...5de17b6. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@retr0h
retr0h merged commit 518ea59 into main Sep 15, 2026
12 checks passed
@retr0h
retr0h deleted the chore/tidy-examples-platform branch September 15, 2026 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant