• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

stacklok / toolhive / 18497968093
58%

Build:
DEFAULT BRANCH: main
Ran 14 Oct 2025 01:27PM UTC
Jobs 1
Files 284
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

14 Oct 2025 01:22PM UTC coverage: 46.617%. Remained the same
18497968093

push

github

web-flow
Properly upgrade jsonschema library from v5 to v6 (#2168)

This commit properly handles the major version upgrade of the
github.com/santhosh-tekuri/jsonschema library from v5 to v6.

In Go, major version upgrades (v2+) require updating the import path
to include the new version suffix. PR #2158 attempted this upgrade
but only updated go.mod without updating the import paths and adapting
to API changes.

Changes made:
- Update import path from jsonschema/v5 to jsonschema/v6
- Remove v5 dependency from go.mod, keep only v6
- Adapt to v6 API: AddResource() now takes parsed JSON (any) instead
  of io.Reader
- Update error handling to use v6's BasicOutput() and OutputError.String()
- Adjust test expectations for v6's error message format

All tests pass with the new version.

Closes #2158

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

Co-authored-by: Claude <noreply@anthropic.com>

8 of 10 new or added lines in 1 file covered. (80.0%)

17555 of 37658 relevant lines covered (46.62%)

16.02 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
78.87
-1.72% pkg/registry/schema_validation.go
Jobs
ID Job ID Ran Files Coverage
1 18497968093.1 14 Oct 2025 01:27PM UTC 284
46.62
GitHub Action Run
Source Files on build 18497968093
  • Tree
  • List 284
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #18497968093
  • 4645ff95 on github
  • Prev Build on main (#18496861528)
  • Next Build on main (#18499343992)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc