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

dangernoodle-io / mcpkit / 29173754718
96%

Build:
DEFAULT BRANCH: main
Ran 12 Jul 2026 12:28AM 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 12:28AM UTC coverage: 93.66% (+0.3%) from 93.316%
29173754718

push

github

web-flow
feat(httpx): turnkey HTTP mux + graceful serve + WriteJSON (MC-6) (#14)

- httpx.NewMux mounts a bare http.Handler at a path, returning a
  *http.ServeMux the consumer extends with its own routes
- httpx.Serve runs an http.Server with signal/ctx-driven graceful
  shutdown, mirroring cli's stdio lifecycle pattern; ServeOption
  (WithShutdownTimeout) leaves room for MC-16 TLS options later
- httpx.WriteJSON encodes to a buffer first via jsonutil.Marshal, so a
  marshal failure writes nothing (no partial/misleading response)
- closes the MC-19 jsonutil deferral: jsonutil stays encoding/json-pure,
  the HTTP-facing JSON writer lives in httpx
- examples/http adopts httpx.NewMux/httpx.Serve in place of the bare
  log.Fatal(http.ListenAndServe(...))

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

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

1108 of 1183 relevant lines covered (93.66%)

1.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29173754718.1 12 Jul 2026 12:28AM UTC 36
93.66
GitHub Action Run
Source Files on build 29173754718
  • Tree
  • List 36
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29173754718
  • d891fe68 on github
  • Prev Build on main (#29172021617)
  • Next Build on main (#29177919313)
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