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

dangernoodle-io / breadboard / 31060892366
97%

Build:
DEFAULT BRANCH: main
Ran 06 Aug 2026 12:51AM UTC
Jobs 1
Files 216
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

06 Aug 2026 12:49AM UTC coverage: 97.026% (+0.001%) from 97.025%
31060892366

push

github

web-flow
fix: stop kind-excluded bb_data_http clients from participating in mismatched machinery (B1-1446) (#1235)

B1-1445 gated STATE/EVENT delivery only via client_subscribes()'s mask check -- a kind-excluded client was still visited by every loop and merely filtered at the end. This closes that gap with three skips:

- drain_client_events() is now skipped entirely for a mask-excludes-EVENT client -- the real, previously-absent non-participation gap: that function unconditionally advanced event_cursor/drop-accounting off the shared ring's own state regardless of any per-entry client_subscribes() filtering inside it. Proven by a mutation test that fails with "Expected 0 Was 3" when the skip is reverted.

- the acquire-time force-dirty walk and the sweep's STATE-detect inner client loop now hoist their subscribe_mask check to once per client. client_subscribes() already ANDs this same bit (B1-1445), so this produces no new observable behavior today -- it is a prerequisite for B1-1447, which splits STATE bookkeeping into a poll pointer that is NULL for a mask-excludes-STATE client; visiting these loops at all for such a client would then be a NULL dereference. The rewritten test (renamed from a non-participation claim it couldn't back up) is now an honest delivery-gate regression guard for B1-1445's existing behavior instead.

client_subscribes()'s own mask-mismatch branch is now unreachable given every call site pre-filters on the same bit, so it's marked LCOV_EXCL_BR_LINE as defense-in-depth rather than deleted.


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

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

8474 of 9014 branches covered (94.01%)

Branch coverage included in aggregate %.

15 of 15 new or added lines in 1 file covered. (100.0%)

14204 of 14359 relevant lines covered (98.92%)

2615.16 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31060892366.1 06 Aug 2026 12:51AM UTC 216
97.03
GitHub Action Run
Source Files on build 31060892366
  • Tree
  • List 216
  • 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 #31060892366
  • 27e3442c on github
  • Prev Build on main (#31059405071)
  • Next Build on main (#31063493680)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc