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

dangernoodle-io / breadboard / 27956935774
100%

Build:
DEFAULT BRANCH: main
Ran 22 Jun 2026 01:40PM UTC
Jobs 1
Files 39
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

22 Jun 2026 01:38PM UTC coverage: 100.0%. Remained the same
27956935774

push

github

web-flow
fix: size bb_pub worker stack for the serialize path + move buffer entry off-stack (B1-349) (#527)

Plain-MQTT boards got CONFIG_BB_PUB_WORKER_STACK=4096, sized only for the sink
publish. But the worker also serializes every source each tick — cJSON +
newlib dtoa for float fields (e.g. soc_c) is a deep, ~2KB heap-allocating stack
chain. On 4096 a float-bearing payload overflowed the worker stack into the
heap, corrupting metadata and crashing a later alloc (seen in bb_pub_tick_once
-> bb_json_serialize -> dtoa -> calloc, and bb_ring_push). Raise the non-TLS
default to 6144. Also make buffer_capture's BB_PUB_BUFFER_ENTRY_MAX scratch
static (off-stack) to cut peak stack further. Diagnosed from tdongle coredumps.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

Claude-Session: https://claude.ai/code/session_01Ly8KysyxqixYGEbgtabjMN

1760 of 1760 branches covered (100.0%)

Branch coverage included in aggregate %.

2889 of 2889 relevant lines covered (100.0%)

1214.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27956935774.1 22 Jun 2026 01:40PM UTC 39
100.0
GitHub Action Run
Source Files on build 27956935774
  • Tree
  • List 39
  • 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 #27956935774
  • 6119f312 on github
  • Prev Build on main (#27930867513)
  • Next Build on main (#27964818009)
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