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

dangernoodle-io / breadboard / 26992120127
100%

Build:
DEFAULT BRANCH: main
Ran 05 Jun 2026 02:43AM 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

05 Jun 2026 02:42AM UTC coverage: 100.0%. Remained the same
26992120127

push

github

web-flow
refactor(bb_http): size route table from explicit pre-start declarations (#340)

- replace the drift-prone .order route-count hints + SLACK fudge with exact pre-start bb_http_reserve_routes() declarations; fixes a latent bb_ota_validator undercount (declared 1, registered 3) that only BB_HTTP_OVERHEAD_SLACK was masking; delete bb_registry_route_count_total(); add strict registry-cap assert; correct bb_prov over-reserve post-asset-wildcard and self-trigger the pre_http walk to close the prov ordering gap.
- new sizing: max_uri_handlers = s_reserved_routes + BB_HTTP_EXPLICIT_PREFLIGHT(1) + BB_HTTP_EXPLICIT_ASSET_WILDCARD(1), floored to BB_HTTP_MAX_URI_HANDLERS_MIN(32)
- every breadboard component that registers live httpd routes now ships a BB_REGISTRY_REGISTER_PRE_HTTP companion that calls bb_http_reserve_routes(N) with its exact count
- bb_board registry entry removed (registers zero routes)
- bb_registry_init() audits route registry count post-walk; panics on overflow (CONFIG_BB_HTTP_ROUTE_REGISTRY_STRICT, default y) and warns at count >= CAP-8
- .order field on BB_REGISTRY_REGISTER_N is now documented as sort-key-only
- delete test_bb_registry_route_count_total_* host tests (removed function)
- add test_reserve_declared_total_from_companions regression test

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

1356 of 1356 branches covered (100.0%)

Branch coverage included in aggregate %.

2314 of 2314 relevant lines covered (100.0%)

925.71 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26992120127.1 05 Jun 2026 02:43AM UTC 21
100.0
GitHub Action Run
Source Files on build 26992120127
  • Tree
  • List 21
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26992120127
  • 894b78cb on github
  • Prev Build on main (#26990367215)
  • Next Build on main (#26992658801)
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