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

dangernoodle-io / breadboard / 28503889413
100%

Build:
DEFAULT BRANCH: main
Ran 01 Jul 2026 08:23AM 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:22AM UTC coverage: 100.0%. Remained the same
28503889413

push

github

web-flow
feat(bb_websocket): expose open-connection + SSE-stream diag telemetry (B1-443) (#634)

- SSE stream count already fully exposed at GET /api/diag/events
  (top-level active_clients/max_clients from bb_event_routes) — left
  unchanged, no duplication
- add bb_websocket_open_count(): espidf impl increments on WS handshake
  completion and decrements via httpd's req->sess_ctx/free_ctx hook
  (atomic_size_t, no lock needed — connect/disconnect are the only
  writers and each fires once per session)
- new bb_websocket-owned GET /api/diag/websocket route
  (platform/espidf/bb_websocket/bb_websocket_diag.c), mirrors
  bb_event_routes_espidf owning /api/diag/events; self-registers via
  BB_INIT_REGISTER, gated by CONFIG_BB_WEBSOCKET_DIAG_AUTOREGISTER
  (default y, infrastructure route)
- host stub: bb_websocket_host_simulate_open/close test hooks drive a
  plain counter (the espidf connect/disconnect hooks have no
  host-testable seam — depend on httpd_req_t internals; smoke build
  covers compile)
- 5 new host tests: zero-by-default, increments, decrements, clamp at
  zero, reset by reset_captures

1848 of 1848 branches covered (100.0%)

Branch coverage included in aggregate %.

3186 of 3186 relevant lines covered (100.0%)

1254.82 hits per line

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