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

dangernoodle-io / breadboard / 28725981588
100%

Build:
DEFAULT BRANCH: main
Ran 05 Jul 2026 01:43AM UTC
Jobs 1
Files 54
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

05 Jul 2026 01:42AM UTC coverage: 100.0%. Remained the same
28725981588

push

github

web-flow
fix: bound bb_health_stack task table with mark-and-sweep (#718)

- keys the debounce table by task name via mark-and-sweep instead of insert-only, so short-lived pool tasks (sse_N) no longer leak a permanent slot per name and eventually wedge the table full
- each poll tags every live task's entry with the current scan tick (mark), then frees any entry whose tick doesn't match (sweep)
- extracts the mark/sweep decision into pure, host-testable helpers (bb_health_stack_table_mark / bb_health_stack_table_sweep) mirroring the snapshot/evaluate/writeback split used by bb_task_registry's sw-wdt checker
- adds a grace window (BB_HEALTH_STACK_SWEEP_GRACE) so an entry is only swept after being missed for >1 consecutive scans, since uxTaskGetSystemState can transiently omit a live task between the count call and the snapshot; a grace-held entry's low state is left untouched
- adds host tests covering insert-on-first-sight, refresh-not-duplicate, sweep-on-disappearance, no-wedge-after->max distinct transient task names, and the sweep grace window (single-miss survival with low preserved, two-miss sweep boundary)

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

2358 of 2358 branches covered (100.0%)

Branch coverage included in aggregate %.

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

3866 of 3866 relevant lines covered (100.0%)

1211.16 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28725981588.1 05 Jul 2026 01:43AM UTC 54
100.0
GitHub Action Run
Source Files on build 28725981588
  • Tree
  • List 54
  • 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 #28725981588
  • 2dc7e938 on github
  • Prev Build on main (#28723330587)
  • Next Build on main (#28726304925)
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