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

dangernoodle-io / breadboard / 28341360010
100%

Build:
DEFAULT BRANCH: main
Ran 29 Jun 2026 12:32AM 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

29 Jun 2026 12:31AM UTC coverage: 100.0%. Remained the same
28341360010

push

github

web-flow
feat: bb_ring single named constructor + reject-new policy (#589)

- collapse create/create_ex into one create(cap, max, policy, name, out); delete bb_ring_create_ex from header and implementation
- bounded internal name copy: BB_RING_NAME_MAX 24; strncpy + NUL-terminate; truncate on overflow; NULL name stores ""
- bb_ring_name(r) accessor for future telemetry registry (B1-414); returns "" for NULL handle
- reject-new full policy: BB_RING_REJECT_NEW; push returns BB_ERR_NO_SPACE without writing; oldest preserved
- clear preserves dropped/truncated counters across resets (cumulative diagnostics)
- add bb_event_topic_name(topic) public accessor to bb_event.h; implemented in bb_event_common.c; bb_event_ring uses it to name each ring after its topic string
- migrate bb_pub store-and-forward ring to new signature: BB_RING_EVICT_OLDEST + "pub"
- migrate bb_event_ring_attach_ex to new signature: BB_RING_EVICT_OLDEST + topic name
- migrate test_bb_ring.c: all call sites use new 5-arg create; add test_bb_ring_name_* tests (stored name, null ring, null name, truncation)
- test_main.c: declare + RUN_TEST 4 new bb_ring_name tests (file primarily serves commit 1; mdns RUN_TESTs are pre-existing from original 0e0c6d8 state)

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

1786 of 1786 branches covered (100.0%)

Branch coverage included in aggregate %.

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

3080 of 3080 relevant lines covered (100.0%)

1245.74 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28341360010.1 29 Jun 2026 12:32AM UTC 40
100.0
GitHub Action Run
Source Files on build 28341360010
  • Tree
  • List 40
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28341360010
  • 42b869dc on github
  • Prev Build on main (#28339108902)
  • Next Build on main (#28341571809)
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