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

stacklok / toolhive / 24415528063
67%

Build:
DEFAULT BRANCH: main
Ran 14 Apr 2026 06:21PM UTC
Jobs 1
Files 630
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 Apr 2026 06:16PM UTC coverage: 65.725% (-0.03%) from 65.754%
24415528063

push

github

web-flow
Fix port reuse test using hardcoded port number (#4812)

The "Edit with explicit port" test case used port 9090 in the
request body. The port-availability check (`networking.IsAvailable`)
makes a real TCP bind, so the test failed whenever port 9090
was already in use on the host machine.

Move the test case out of the static table and into a standalone
sub-test that allocates a free port at runtime via `net.Listen`
with `":0"`. The port is released before the HTTP handler runs so
the availability check can bind it. Also add the missing `net` and
`require` imports that this approach needs.

57488 of 87468 relevant lines covered (65.72%)

62.76 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
23.56
-4.6% pkg/client/manager.go
2
73.63
-0.64% pkg/runner/config.go
2
82.29
-0.21% pkg/vmcp/composer/workflow_engine.go
Jobs
ID Job ID Ran Files Coverage
1 24415528063.1 14 Apr 2026 06:21PM UTC 630
65.72
GitHub Action Run
Source Files on build 24415528063
  • Tree
  • List 630
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24415528063
  • 47f42898 on github
  • Prev Build on main (#24414851013)
  • Next Build on main (#24417412971)
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