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

stacklok / toolhive / 25056310871
66%

Build:
DEFAULT BRANCH: main
Ran 28 Apr 2026 01:46PM UTC
Jobs 1
Files 703
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

28 Apr 2026 01:40PM UTC coverage: 63.939% (-0.008%) from 63.947%
25056310871

push

github

web-flow
Strengthen tool detection with binary presence check (#5083)

DetectedLLMGatewayClients() previously detected an installed AI tool by
checking whether its settings directory exists on disk. This produced
false positives when directories like ~/.claude or ~/.gemini were left
over from a prior uninstall or created by unrelated tooling.

Add an optional LLMBinaryName field to clientAppConfig. When set,
DetectedLLMGatewayClients() now requires both the settings directory
and the binary on $PATH (via exec.LookPath) before considering a tool
installed. Tools not on $PATH (e.g. Xcode, a macOS GUI app) leave the
field empty and fall back to the directory-only check.

Populate LLMBinaryName for claude-code ("claude"), gemini-cli ("gemini"),
cursor ("cursor"), vscode ("code"), and vscode-insider ("code").

Closes #5070

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

7 of 8 new or added lines in 2 files covered. (87.5%)

12 existing lines in 4 files now uncovered.

60215 of 94176 relevant lines covered (63.94%)

58.98 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
67.9
-0.45% pkg/client/discovery.go

Coverage Regressions

Lines Coverage ∆ File
6
20.11
-3.45% pkg/client/manager.go
3
70.0
-3.33% pkg/state/local.go
2
51.22
-0.19% pkg/workloads/manager.go
1
67.9
-0.45% pkg/client/discovery.go
Jobs
ID Job ID Ran Files Coverage
1 25056310871.1 28 Apr 2026 01:46PM UTC 703
63.94
GitHub Action Run
Source Files on build 25056310871
  • Tree
  • List 703
  • Changed 7
  • Source Changed 3
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25056310871
  • 60c99c39 on github
  • Prev Build on main (#25055098908)
  • Next Build on main (#25058060224)
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