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

dangernoodle-io / breadboard / 29221207311
95%

Build:
DEFAULT BRANCH: main
Ran 13 Jul 2026 03:14AM UTC
Jobs 1
Files 96
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

13 Jul 2026 03:13AM UTC coverage: 100.0%. Remained the same
29221207311

push

github

web-flow
feat: add bb_bqueue blocking queue (#841)

- new component: mailbox (capacity==1) / bounded-MPSC (capacity>1) on one
  opaque type, mirroring FreeRTOS's own xQueueCreate(1,...)+xQueueOverwrite
  mailbox idiom (B1-821)
- mode restriction enforced at runtime, not just documented:
  overwrite()/reset() reject capacity>1, send()/dropped() reject capacity==1
- peek() is non-consuming and N-peeker-safe in both modes -- the host
  backend wakes waiters via bb_lock_cond_broadcast() (never signal()),
  protecting TaipanMiner's never-drained, two-concurrent-peeker work_queue
- zero heap: Kconfig-sized static instance pool (BB_BQUEUE_MAX_INSTANCES,
  default 2), per-instance storage bounded by BB_BQUEUE_MAX_CAPACITY /
  BB_BQUEUE_MAX_ITEM_BYTES
- host backend built on bb_lock_t/bb_lock_cond_t using the mandated
  absolute-deadline/remaining-time wait idiom (pure, host-testable helpers);
  espidf backend is a thin xQueue wrap; arduino ships an UNSUPPORTED stub
- promotes bb_lock_cond_ms_to_ticks() to bb_core's public bb_lock.h so
  non-bb_core consumers (this component's espidf backend) can reuse the
  overflow-safe ms->ticks conversion instead of re-deriving it
- 100% line/branch/function host coverage; two-concurrent-peekers test's
  non-vacuity proven by temporarily swapping broadcast() for signal() and
  observing a clean BB_ERR_TIMEOUT failure on the starved peeker


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

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

4075 of 4075 branches covered (100.0%)

Branch coverage included in aggregate %.

155 of 155 new or added lines in 2 files covered. (100.0%)

6611 of 6611 relevant lines covered (100.0%)

8051.54 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29221207311.1 13 Jul 2026 03:14AM UTC 96
100.0
GitHub Action Run
Source Files on build 29221207311
  • Tree
  • List 96
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29221207311
  • 74b47912 on github
  • Prev Build on main (#29218561166)
  • Next Build on main (#29222209404)
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