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

ory / lumen / 24074364880
70%

Build:
DEFAULT BRANCH: main
Ran 07 Apr 2026 09:30AM UTC
Jobs 1
Files 31
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

07 Apr 2026 09:28AM UTC coverage: 69.264%. Remained the same
24074364880

push

github

aeneasr
fix(opencode): invoke run.cmd directly instead of wrapping with sh

The OpenCode plugin was launching the MCP server as:

  ["sh", "/path/to/scripts/run.sh", "stdio"]

This forces the script through /bin/sh, ignoring run.sh's
#!/usr/bin/env bash shebang. On systems where sh is not bash
(dash on Debian/Ubuntu/Docker, ash on Alpine), set -o pipefail
fails immediately and the process exits before MCP stdio is
established, causing OpenCode to report error -32000
"connection closed".

Fix: use run.cmd (the cross-platform polyglot launcher) and
invoke it directly — no sh prefix. The kernel reads the shebang,
which ultimately exec-chains into run.sh under bash. This
mirrors how the Claude Code plugin has always worked:

  "command": "${CLAUDE_PLUGIN_ROOT}/scripts/run.cmd"

and matches what INSTALL.md already documents as the intended
behaviour ("runs scripts/run.cmd stdio on all platforms").

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

2756 of 3979 relevant lines covered (69.26%)

46.16 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24074364880.1 07 Apr 2026 09:30AM UTC 31
69.26
GitHub Action Run
Source Files on build 24074364880
  • Tree
  • List 31
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24074364880
  • f3fd9458 on github
  • Prev Build on main (#24051966375)
  • Next Build on main (#24076016950)
  • Delete
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