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

dangernoodle-io / breadboard / 30415745390
97%

Build:
DEFAULT BRANCH: main
Ran 29 Jul 2026 02:04AM UTC
Jobs 1
Files 202
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

29 Jul 2026 02:02AM UTC coverage: 96.559%. Remained the same
30415745390

push

github

web-flow
fix: propagate genuine /api/* route registration failures (#1123)

bb_http_register_route() always returned BB_OK for an /api/* path
regardless of what bb_dispatch_api_add() reported, so a dispatch-table
overflow (BB_ERR_NO_SPACE) silently dropped the route with no way for
the caller to detect it. Both the espidf and host backends now
propagate a genuine failure while still swallowing the
BB_ERR_INVALID_STATE duplicate-registration case to BB_OK -- that case
is deliberately tolerated (first-registration-wins, e.g. bb_wifi_prov
and bb_wifi_http both registering POST /api/wifi/scan) and must not
become a hard error for callers that don't special-case it.

Also fixes a latent test-order dependency in
test_register_described_route_overflow_returns_no_space: it now
actually depends on the shared dispatch table's real occupancy (the
old swallow-to-BB_OK masked this), so it resets the table before its
64-registration loop.

Ref B1-1253.


Claude-Session: https://claude.ai/code/session_01KM3KoyubaoM6eoUAsw8GYr

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

7890 of 8494 branches covered (92.89%)

Branch coverage included in aggregate %.

2 of 2 new or added lines in 1 file covered. (100.0%)

13411 of 13566 relevant lines covered (98.86%)

2614.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30415745390.1 29 Jul 2026 02:04AM UTC 202
96.56
GitHub Action Run
Source Files on build 30415745390
  • Tree
  • List 202
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30415745390
  • 65ea77ac on github
  • Prev Build on main (#30413922801)
  • Next Build on main (#30416590244)
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