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

ory / lumen / 24398334706
74%

Build:
DEFAULT BRANCH: main
Ran 14 Apr 2026 12:17PM 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

14 Apr 2026 12:15PM UTC coverage: 72.007% (-0.04%) from 72.051%
24398334706

push

github

web-flow
fix(scripts): use call curl in run.bat so batch control returns after download (#131)

CMD batch files silently swallow control when a .bat file is invoked
without `call` — the called .bat runs, but execution never returns to
the caller.  The Windows CI test stubs real curl with a curl.bat shim
(so it can intercept -o and plant the mock binary).  Without `call`,
run.bat exited immediately after the stub ran and never reached the
`%BINARY% %*` line, producing empty stdout and a failing MCP handshake
assertion.

Using `call curl` is safe for real curl.exe (no-op for executables) and
required for any .bat/.cmd on the PATH.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

3254 of 4519 relevant lines covered (72.01%)

816.42 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
87.65
-0.59% internal/config/service.go
Jobs
ID Job ID Ran Files Coverage
1 24398334706.1 14 Apr 2026 12:17PM UTC 36
72.01
GitHub Action Run
Source Files on build 24398334706
  • Tree
  • List 36
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24398334706
  • e8c8817d on github
  • Prev Build on main (#24397487443)
  • Next Build on main (#24398549880)
  • 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