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

dangernoodle-io / breadboard / 28454904692
100%

Build:
DEFAULT BRANCH: main
Ran 30 Jun 2026 03:12PM 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

30 Jun 2026 03:11PM UTC coverage: 99.622%. Remained the same
28454904692

push

github

web-flow
fix(bb_pub): move telem_buf off the bb_pub task stack to static (C3/S3 stack overflow from SERIALIZE_MAX=1024) (#609)

- char telem_buf[1024] in bb_pub_tick_once Phase 2b was stack-allocated,
  adding 1 KB to the bb_pub task's frame after #603 raised SERIALIZE_MAX
  512 → 1024
- on c3-supermini and tdongle-s3 (tighter stacks) this pushed bb_pub over
  the edge: bb_health_stack reported "task 'bb_pub' stack low: 20/120 bytes
  free" within ~2 min, followed by panic-loop; wroom32 (.81) survived
- static is safe: bb_pub_tick_once runs under the single-worker guarantee
  (documented at buffer_capture ~L353: "only one worker thread ever calls
  it concurrently"); no re-entrancy risk
- serialize_max stays at 1024 so dashboard /api/stats serialization is
  unchanged; only the stack frame shrinks

validated: 2886/2886 host tests pass; all 3 boards (wroom32/c3/s3)
clean-rebuilt with serialize_max=1024 confirmed in sdkconfig; .10 and .32
stable at 10+ min uptime, zero wdt_resets, no stack-low warnings, no
panic; /api/stats 200 on all 3; /api/diag/boot wdt_resets=0 on all 3

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

1839 of 1846 branches covered (99.62%)

Branch coverage included in aggregate %.

3165 of 3177 relevant lines covered (99.62%)

1240.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28454904692.1 30 Jun 2026 03:12PM UTC 40
99.62
GitHub Action Run
Source Files on build 28454904692
  • 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 #28454904692
  • 9fa15cef on github
  • Prev Build on main (#28420440078)
  • Next Build on main (#28458762434)
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