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

dangernoodle-io / breadboard / 25122912841
100%

Build:
DEFAULT BRANCH: main
Ran 29 Apr 2026 05:09PM UTC
Jobs 1
Files 9
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 Apr 2026 05:08PM UTC coverage: 100.0%. Remained the same
25122912841

push

github

web-flow
feat(bb_http): add bb_http_register_route_table convenience helper (#151)

Generic helper for consumers (e.g. TaipanMiner webui) that keep
imperative route descriptors in a static array. Pairs with
bb_http_reserve_routes(n) before server start so the auto-sized
cap accounts for them, and the same `sizeof(...)/sizeof(...[0])`
expression drives both the reserve count and the registration
loop — no magic numbers to drift.

  static const bb_route_t * const routes[] = { &r1, &r2, ... };
  bb_http_reserve_routes(sizeof(routes) / sizeof(routes[0]));  // pre-start
  bb_http_register_route_table(server, routes,
      sizeof(routes) / sizeof(routes[0]));                     // post-start

Stops at the first registration failure and returns its error.

336 of 336 branches covered (100.0%)

Branch coverage included in aggregate %.

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

527 of 527 relevant lines covered (100.0%)

481.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25122912841.1 29 Apr 2026 05:08PM UTC 9
100.0
GitHub Action Run
Source Files on build 25122912841
  • Tree
  • List 9
  • 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 #25122912841
  • e9e8b7d5 on github
  • Prev Build on main (#25121582925)
  • Next Build on main (#25123197578)
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