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

dangernoodle-io / breadboard / 28502756441
100%

Build:
DEFAULT BRANCH: main
Ran 01 Jul 2026 08:02AM UTC
Jobs 1
Files 40
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

01 Jul 2026 08:01AM UTC coverage: 100.0%. Remained the same
28502756441

push

github

web-flow
refactor(bb_http): tolerate handler=NULL in register_described_route, unify paths (B1-452) (#633)

- bb_http_register_described_route now skips the httpd/dispatch wiring
  step when route->handler is NULL, adding only the descriptor to the
  OpenAPI registry (equivalent to register_route_descriptor_only, but
  reachable through the single unified entry point)
- migrate bb_openapi, bb_manifest, bb_ota_pull, bb_ota_push, and
  bb_event_routes (/api/events) off the split
  register_route + register_route_descriptor_only pair: each descriptor
  now carries its real handler and registers via a single
  bb_http_register_described_route call
- add a defensive 501 guard in api_dispatch_handler for a NULL-handler
  dispatch hit (unreachable today — bb_api_dispatch_add is never fed a
  NULL handler — but guards the invariant)
- add host tests for the new NULL-handler branch: descriptor added
  without wiring a dispatch entry, and the underlying-registration
  failure hook has no effect on that path
- bb_websocket keeps register_route_descriptor_only: its handler type
  (bb_websocket_handler_fn) is incompatible with bb_route_t.handler, so
  it is not part of this migration

1848 of 1848 branches covered (100.0%)

Branch coverage included in aggregate %.

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

3186 of 3186 relevant lines covered (100.0%)

1253.52 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28502756441.1 01 Jul 2026 08:02AM UTC 40
100.0
GitHub Action Run
Source Files on build 28502756441
  • Tree
  • List 40
  • 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 #28502756441
  • 6e8ad618 on github
  • Prev Build on main (#28502065316)
  • Next Build on main (#28503889413)
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