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

ory / lumen / 25380620313
74%

Build:
DEFAULT BRANCH: main
Ran 05 May 2026 01:57PM UTC
Jobs 1
Files 37
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

05 May 2026 01:53PM UTC coverage: 73.504% (-0.08%) from 73.588%
25380620313

push

github

web-flow
fix(scripts): eliminate stdout pollution in run.cmd polyglot (#145)

cmd.exe echoed the polyglot's first two lines (`#!/bin/sh` and
`# 2>NUL & @goto batch`) to stdout before `@echo off` took effect,
breaking MCP stdio JSON-RPC framing for hosts that spawn run.cmd
via .cmd extension association (Claude Code, Cursor).

Replace the prologue with `:<<"::CMDLITERAL"`: cmd.exe treats it
as a non-echoing label, while sh treats it as a quoted heredoc
that consumes the cmd-only block.

Add a regression test to test_run_cmd_windows.bat that spawns
run.cmd via `cmd /c` and asserts stdout is exactly the run.bat
output — the existing `for /f` test only kept the last stdout
line, masking any prefix pollution.

Refs: #121

3526 of 4797 relevant lines covered (73.5%)

599.28 hits per line

Coverage Regressions

Lines Coverage ∆ File
4
88.51
-1.04% internal/config/service.go
Jobs
ID Job ID Ran Files Coverage
1 25380620313.1 05 May 2026 01:57PM UTC 37
73.5
GitHub Action Run
Source Files on build 25380620313
  • Tree
  • List 37
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25380620313
  • 2c1f63bc on github
  • Prev Build on main (#25247764416)
  • 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