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

dangernoodle-io / breadboard / 28570677918
100%

Build:
DEFAULT BRANCH: main
Ran 02 Jul 2026 06:40AM 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:38AM UTC coverage: 100.0%. Remained the same
28570677918

push

github

web-flow
fix(bb_ring): clamp bytes_used against u32 underflow on empty/drifted ring (B1-473) (#661)

- bytes_used was decremented unconditionally on pop/evict with no floor;
  accounting is symmetric by construction today, but any future drift (or
  a malformed entry) could wrap size_t to ~4.29e9 once narrowed to uint32_t
  by bb_ring_diag, surfacing as garbage on /api/diag/rings.
- add bb_ring_bytes_used_sub() helper used at both decrement sites
  (push-evict, pop_oldest); clamps to 0 instead of wrapping.
- add BB_RING_TESTING hook (bb_ring_test_force_bytes_used) to inject
  drift and exercise the clamp branch in host tests.

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

1840 of 1840 branches covered (100.0%)

Branch coverage included in aggregate %.

3172 of 3172 relevant lines covered (100.0%)

1303.86 hits per line

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