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

dangernoodle-io / breadboard / 30163466078
97%

Build:
DEFAULT BRANCH: main
Ran 25 Jul 2026 03:23PM UTC
Jobs 1
Files 197
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

25 Jul 2026 03:21PM UTC coverage: 96.495% (+0.001%) from 96.494%
30163466078

push

github

web-flow
fix: register GET /api/events as a bb_route_t descriptor (B1-1215) (#1077)

bb_data_http's SSE endpoint was wired via bb_http_register_route() only,
never a bb_route_t descriptor, so /api/events was absent from every
board's /api/openapi.json. Moves the composition-root-owned handler into
bb_data_http_espidf_routes_init() (mirrors bb_diag_routes_init()'s
explicit-call pattern) and pairs it with a schema-only descriptor
(content_type=text/event-stream, schema=NULL) registered via
bb_http_register_route_descriptor_only() -- the same entry point
bb_ws_server already uses for a handler bb_route_t.handler can't carry.
No new dependency: bb_http moves from transitive-only to a direct
PRIV_REQUIRES (bb_data_http_internal.h now includes it directly).

This also gives bb_openapi's SSE oneOf synthesis its first production
trigger -- previously only exercised by test_sse_schema_fidelity.c's own
fixture route.

7668 of 8265 branches covered (92.78%)

Branch coverage included in aggregate %.

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

13116 of 13274 relevant lines covered (98.81%)

2589.07 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30163466078.1 25 Jul 2026 03:23PM UTC 197
96.49
GitHub Action Run
Source Files on build 30163466078
  • Tree
  • List 197
  • 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 #30163466078
  • 629ad69a on github
  • Prev Build on main (#30162688699)
  • Next Build on main (#30163748982)
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