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

dangernoodle-io / breadboard / 28569022159
100%

Build:
DEFAULT BRANCH: main
Ran 02 Jul 2026 06:02AM 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

02 Jul 2026 06:01AM UTC coverage: 100.0%. Remained the same
28569022159

push

github

web-flow
feat(bb_pub): lazy heap-backed store-forward ring by default, static-BSS behind CONFIG_BB_PUB_BUFFER_STATIC (B1-489) (#659)

- default (STATIC=n): ring pool owns a right-sized heap arena via
  bb_pool_create_owned, created lazily on first use and destroyed after
  IDLE_FREE_TICKS idle ticks (restores the pre-PR-D ~0-standing-cost
  lifecycle, now via bb_pool); a failed heap allocation is fail-soft
- STATIC=y: keeps the PR D permanent static-BSS bb_arena shape (~8.5 KB
  standing, no heap alloc, no idle-free reclaim)
- track the live pool's actual backing via s_ring_pool_is_static instead of
  re-deriving the mode at cleanup time, since bb_pub_test_reset() runs twice
  per test (global setUp + local buf_reset) and the test-seam override can
  disagree with the pool already in memory between those calls
- add host tests for lazy-heap zero-standing-cost, alloc+reclaim heap-stats
  delta, fail-soft alloc failure, and STATIC=y parity

1840 of 1840 branches covered (100.0%)

Branch coverage included in aggregate %.

3172 of 3172 relevant lines covered (100.0%)

1301.54 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28569022159.1 02 Jul 2026 06:02AM UTC 40
100.0
GitHub Action Run
Source Files on build 28569022159
  • 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 #28569022159
  • 2ea8a123 on github
  • Prev Build on main (#28567450240)
  • Next Build on main (#28569828730)
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