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

stacklok / toolhive-studio / 23789716481
60%

Build:
DEFAULT BRANCH: main
Ran 31 Mar 2026 09:16AM UTC
Jobs 1
Files 415
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

31 Mar 2026 09:13AM UTC coverage: 60.391% (+0.008%) from 60.383%
23789716481

push

github

web-flow
fix(ci): validate release tag starts with 'v' prefix (#1888)

* fix(ci): validate release tag starts with 'v' prefix

Adds an early validation step that fails fast if a release tag doesn't
start with 'v' (e.g. rejects '0.26.0', requires 'v0.26.0'). This
prevents the version extraction from producing invalid values like
'refs/tags/0.26.0' that break npm version downstream.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix(ci): validate release tag starts with 'v' prefix

Splits tag validation into two separate jobs:
- validate-tag: runs on all releases, ensures tag starts with 'v'
- validate-prerelease: runs only on prereleases, validates alpha/beta/rc format

This prevents the version extraction bug where a tag like '0.26.0'
(without 'v') causes npm version to receive 'refs/tags/0.26.0'.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix(ci): leave validate-prerelease job untouched

Only add validate-tag as a new dependency — validate-prerelease stays
exactly as it was (if on step level, always succeeds for non-prerelease).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix(ci): use full semver regex for tag validation

Anchors the regex with $ and validates full semver spec including
no leading zeros, optional prerelease and build metadata segments.
Rejects tags like v1.2.3foo or v01.2.3.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

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

2981 of 5216 branches covered (57.15%)

Branch coverage included in aggregate %.

4865 of 7776 relevant lines covered (62.56%)

126.34 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23789716481.1 31 Mar 2026 09:16AM UTC 415
60.39
GitHub Action Run
Source Files on build 23789716481
  • Tree
  • List 415
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #23789716481
  • d7cb7383 on github
  • Prev Build on main (#23789675419)
  • Next Build on main (#23797176779)
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