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

stacklok / toolhive / 27706615925
67%

Build:
DEFAULT BRANCH: main
Ran 17 Jun 2026 05:19PM UTC
Jobs 1
Files 761
Run time 2min
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

17 Jun 2026 05:13PM UTC coverage: 67.021% (+0.008%) from 67.013%
27706615925

push

github

web-flow
Replace retest action with inline gh api script (#5548)

The envoyproxy/toolshed retest action (v0.4.17) crashes when re-running
plain GitHub Actions checks. After queuing the re-run it tries to mark the
old check "restarted" via check.output.title.replace(...) and
check.output.text.split(...), assuming both are populated strings. That
holds for Envoy's AZP/App checks but GitHub Actions check runs leave
output.title and output.text null, so it hits a null dereference inside a
floating async callback and the job dies with an unhandled rejection. The
same code exists on the action's main branch, so bumping the SHA would not
help.

Remove the third-party action and inline the re-run as a few gh api calls
we own: resolve the PR head SHA, list its workflow runs, and re-run any
that failed, were cancelled, or timed out. This also drops the AZP code
path and the app-owner filtering quirk.

Also tighten the trigger to require "/retest" in the comment body (the
action ignored the body, so any member comment triggered it) and drop the
now-unneeded checks: write permission.

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

69053 of 103032 relevant lines covered (67.02%)

64.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27706615925.1 17 Jun 2026 05:19PM UTC 761
67.02
GitHub Action Run
Source Files on build 27706615925
  • Tree
  • List 761
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27706615925
  • 4cc44504 on github
  • Prev Build on main (#27706585515)
  • Next Build on main (#27709408218)
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