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

dangernoodle-io / breadboard / 26323653565
100%

Build:
DEFAULT BRANCH: main
Ran 23 May 2026 04:39AM UTC
Jobs 1
Files 21
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

23 May 2026 04:38AM UTC coverage: 100.0%. Remained the same
26323653565

push

github

web-flow
refactor(api)!: drop redundant endpoints, fix GET-mutates, rename update/config (#306)

breaking api changes:

- drop GET /api/board: superseded by GET /api/info (same fields + heap/network).
  tm does not use this endpoint.

- drop GET /api/ping: superseded by GET /api/health (richer liveness check).
  tm does not use this endpoint.

- GET /api/scan → POST /api/scan: scan triggers an async wi-fi scan (mutating
  operation); registering it as GET violated REST safety. response shape
  unchanged. tm prov ui (webui/prov/src/lib/api.ts) must update separately.

- fold POST /api/diag/heap/check into GET /api/diag/heap?check=true: passing
  ?check=true runs heap_caps_check_integrity_all(true) before the stats and
  appends "integrity_ok": bool to the response. POST /api/diag/heap/check is
  removed. tm webui will migrate to the query-param form.

- rename GET|POST /api/update/check/config → GET|POST /api/update/config:
  shorter, consistent with /api/update/status sibling. tm does not use this
  endpoint.

host capture harness extended with bb_http_host_capture_set_query_param to
support testing query-param-gated handler branches.

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

1334 of 1334 branches covered (100.0%)

Branch coverage included in aggregate %.

2268 of 2268 relevant lines covered (100.0%)

904.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26323653565.1 23 May 2026 04:39AM UTC 21
100.0
GitHub Action Run
Source Files on build 26323653565
  • Tree
  • List 21
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26323653565
  • 7e28155b on github
  • Prev Build on main (#26290395419)
  • Next Build on main (#26323859728)
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