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

dangernoodle-io / breadboard / 28493726024
100%

Build:
DEFAULT BRANCH: main
Ran 01 Jul 2026 04:35AM 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

01 Jul 2026 04:33AM UTC coverage: 100.0%. Remained the same
28493726024

push

github

web-flow
feat(bb_registry): generic name->handle object registry primitive (#626)

- add components/bb_registry/ with portable header (bb_registry_entry_t,
  bb_registry_t, BB_REGISTRY_DEFINE/TAGGED macros) and CMakeLists
- add BB_REGISTRY_SNAPSHOT_MAX 64 constant; _Static_assert in both declare
  macros enforces capacity <= SNAPSHOT_MAX at compile time
- add platform/host/bb_registry/bb_registry.c — shared impl compiled on
  host and esp-idf; all ops lock-guarded (pthread_mutex_t)
- foreach uses fixed-size stack copy-out (BB_REGISTRY_SNAPSHOT_MAX entries,
  no VLA); callbacks run without the lock held; doc clarifies stale-snapshot
  semantics instead of the incorrect 'deadlock' claim
- HWM warn fires after count increments to capacity-1 (one slot still free),
  giving callers advance notice before the registry fills
- deregister compacts left (no tombstones); bb_registry_reset gated by
  BB_REGISTRY_TESTING for test teardown
- wire into platformio.ini custom_bb_components + BB_REGISTRY_TESTING flag,
  native_scaffold.py COMPONENT_MAP, and examples/smoke SMOKE_REQUIRES
- 25 unity host tests in test_bb_registry.c; 100% line coverage on
  bb_registry.c; all 2985 tests pass


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

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

1850 of 1850 branches covered (100.0%)

Branch coverage included in aggregate %.

3190 of 3190 relevant lines covered (100.0%)

1239.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28493726024.1 01 Jul 2026 04:35AM UTC 40
100.0
GitHub Action Run
Source Files on build 28493726024
  • 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 #28493726024
  • 3bf497a4 on github
  • Prev Build on main (#28492548084)
  • Next Build on main (#28495554445)
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