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

dangernoodle-io / breadboard / 26006097492 / 1
97%
main: 97%

Build:
DEFAULT BRANCH: main
Ran 17 May 2026 11:41PM UTC
Files 17
Run time 0s
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

17 May 2026 11:40PM UTC coverage: 100.0%. Remained the same
26006097492.1

push

github

web-flow
perf(bb_log): lazy-allocate stream ringbuffer instead of static BSS (#264)

Fixes B1-207. The 6 KB ringbuffer for SSE log consumers was permanently
resident in BSS, consuming heap fragmentation even when no log viewer was
attached. Convert to heap allocation (SPIRAM-preferred with fallback,
matching PR #263 B1-206 pattern) gated on bb_log_stream_init().

bb_log_stream_init() is now idempotent: subsequent calls return BB_OK
immediately. Allocation uses CONFIG_BB_LOG_STREAM_BUF_BYTES (default
6144, tunable) to allow firmware customization. Error handling ensures
no half-initialized state on allocation failure.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

960 of 960 branches covered (100.0%)

Branch coverage included in aggregate %.

1724 of 1724 relevant lines covered (100.0%)

1019.37 hits per line

Source Files on job 26006097492.1
  • Tree
  • List 17
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 26006097492
  • 5411c0d4 on github
  • Prev Job for on main (#26005909132.1)
  • Next Job for on main (#26006342971.1)
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