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

stacklok / toolhive / 24227816235
66%

Build:
DEFAULT BRANCH: main
Ran 10 Apr 2026 05:26AM UTC
Jobs 1
Files 618
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

10 Apr 2026 05:21AM UTC coverage: 65.159% (-0.02%) from 65.18%
24227816235

push

github

web-flow
Fix health-check close failing auth in vMCP BackendClient (#4613)

* Fix health-check close failing auth in vMCP BackendClient

mcp-go's StreamableHTTP.Close() creates a DELETE request with
context.Background(), discarding the health-check marker and identity
from the original call context. The identityPropagatingRoundTripper
only stored identity, so when ListCapabilities deferred c.Close(),
the DELETE hit auth strategies with neither a health-check marker nor
an identity, producing "no identity found in context" errors.

Fix by capturing isHealthCheck at transport creation time and
re-injecting both identity and the health-check marker into every
outgoing request, including the synthetic DELETE from Close().

Fixes #4573

* fixes from review

---------

Co-authored-by: taskbot <taskbot@users.noreply.github.com>

28 of 28 new or added lines in 5 files covered. (100.0%)

36 existing lines in 4 files now uncovered.

56830 of 87217 relevant lines covered (65.16%)

62.47 hits per line

Coverage Regressions

Lines Coverage ∆ File
14
74.44
-5.19% pkg/client/config.go
11
68.83
-14.29% pkg/client/discovery.go
8
20.11
-2.87% pkg/client/manager.go
3
82.81
0.21% pkg/vmcp/composer/workflow_engine.go
Jobs
ID Job ID Ran Files Coverage
1 24227816235.1 10 Apr 2026 05:26AM UTC 618
65.16
GitHub Action Run
Source Files on build 24227816235
  • Tree
  • List 618
  • Changed 10
  • Source Changed 4
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24227816235
  • 9c974a3e on github
  • Prev Build on main (#24212213832)
  • Next Build on main (#24229293673)
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