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

stacklok / toolhive-studio / 28197924169
71%

Build:
DEFAULT BRANCH: main
Ran 25 Jun 2026 08:22PM UTC
Jobs 1
Files 520
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

25 Jun 2026 08:18PM UTC coverage: 70.829%. Remained the same
28197924169

push

github

web-flow
Fix version parser rejecting commit-hash dev builds (#2334)

parseVersionOutput used a strict semver regex that returned null for
dev/CI builds where the version is stamped as a commit hash (e.g.
"493d030"). This caused the settings page to display "Unknown" for the
ToolHive binary version in those builds.

Relax the capture group from \d+\.\d+\.\d+... to [\w.-]+ which still
covers semver, prerelease tags, and enterprise no-v builds, but also
accepts commit hashes without opening up to arbitrary punctuation.

Closes the E2E regression introduced in the sync PR on 2026-06-25.

Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>

5206 of 7964 branches covered (65.37%)

1 of 1 new or added line in 1 file covered. (100.0%)

7692 of 10860 relevant lines covered (70.83%)

115.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28197924169.1 25 Jun 2026 08:22PM UTC 520
70.83
GitHub Action Run
Source Files on build 28197924169
  • Tree
  • List 520
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28197924169
  • 27dbd8c3 on github
  • Prev Build on main (#28163450901)
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