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

dangernoodle-io / mcpkit / 29177919313
96%

Build:
DEFAULT BRANCH: main
Ran 12 Jul 2026 03:13AM UTC
Jobs 1
Files 36
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

12 Jul 2026 03:13AM UTC coverage: 93.827% (+0.2%) from 93.66%
29177919313

push

github

web-flow
feat(cli)!: unified mount-at-path command API (MC-30) (#15)

- add Mount{Under, Cmd} + MountAll(root, mounts...) error, resolving Under
  by walking root's tree by command name; an unresolved segment errors
  loudly instead of silently dropping the mount
- CommandProvider.Commands() []*cobra.Command -> Mounts() []Mount, so a
  provider self-declares where each subtree attaches
- MountProviders now returns error (was void), aggregating providers'
  Mounts() through MountAll
- host/claudecode: NewProvider's Mounts() returns the `claude` tree as a
  single root Mount, same shape as before

BREAKING CHANGE: CommandProvider.Commands() is replaced by Mounts()
[]cli.Mount; implementers must declare a Mount{Cmd: ...} (Under: nil for a
root mount) instead of returning a bare []*cobra.Command. MountProviders
now returns an error (was void) and must be checked by callers. Migration:
rename the interface method and its body to build/return
[]cli.Mount{{Cmd: yourTree}}, and handle MountProviders' returned error at
the call site.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

36 of 36 new or added lines in 2 files covered. (100.0%)

1140 of 1215 relevant lines covered (93.83%)

1.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29177919313.1 12 Jul 2026 03:13AM UTC 36
93.83
GitHub Action Run
Source Files on build 29177919313
  • Tree
  • List 36
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29177919313
  • 43334b62 on github
  • Prev Build on main (#29173754718)
  • Next Build on main (#29178278277)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc