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

dangernoodle-io / breadboard / 30930463101
97%

Build:
DEFAULT BRANCH: main
Ran 04 Aug 2026 04:44PM UTC
Jobs 1
Files 216
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

04 Aug 2026 04:42PM UTC coverage: 96.913% (+0.007%) from 96.906%
30930463101

push

github

web-flow
feat: thread key through the bb_data_http egress send_fn seam (B1-1123 PR-2) (#1225)

Add a key parameter to bb_data_http_send_fn (client identity alone
answered who to write to; key answers what is being written -- a
future MQTT consumer needs it to pick a topic). Fixes the id collision
noted in PR-1: the drop-marker frame's outbound push previously reused
literal id 0, colliding with the real attach-table index 0. It now
pushes under a dedicated BB_DATA_HTTP_DROP_MARKER_ID sentinel
(UINT32_MAX), resolved to the reserved key literal "dropped" before
falling through to the normal attach-table lookup, so the hot
real-frame path only pays one sentinel comparison. SSE framing
(espidf_send_fn) is untouched -- key is accepted and ignored, no
event: line added (tracked separately).

Host capture stub uses bb_strlcpy (the repo's canonical helper,
already used in the sibling common.c this same commit touches)
instead of hand-rolled strncpy+NUL-termination, and factors the
shared idx-bounds-check into one frame_at() helper reused by both
accessors.

8368 of 8928 branches covered (93.73%)

Branch coverage included in aggregate %.

20 of 20 new or added lines in 2 files covered. (100.0%)

14081 of 14236 relevant lines covered (98.91%)

2602.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30930463101.1 04 Aug 2026 04:44PM UTC 216
96.91
GitHub Action Run
Source Files on build 30930463101
  • Tree
  • List 216
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30930463101
  • d711b1b4 on github
  • Prev Build on main (#30925420889)
  • Next Build on main (#30948123709)
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