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

dangernoodle-io / breadboard / 28504772875
100%

Build:
DEFAULT BRANCH: main
Ran 01 Jul 2026 08:39AM 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 08:38AM UTC coverage: 100.0%. Remained the same
28504772875

push

github

web-flow
refactor(bb_ota_hooks): single-slot hooks -> multi-consumer registration lists (B1-446) (#635)

- replace s_pause_cb/s_resume_cb/s_progress_cb/s_skip_check_cb single slots with
  fixed-size registration lists (BB_OTA_HOOKS_MAX=4)
- bb_ota_set_hooks/set_progress_cb/set_skip_check_cb now append instead of
  overwrite; signatures unchanged (back-compat, TM-safe)
- dispatch all registered hooks: pause/resume in registration order (resume
  mirrors pause's set); progress fires all; skip-check combines via OR
  (skip if any registrant requests it); pause combines via OR
- overflow beyond cap is dropped with a bb_log_w warning (high-watermark warn
  at cap-1); void setter signatures can't return bb_err_t so this is
  logged, not propagated
- add bb_ota_hooks_{pause,progress,skip_check}_count() observability getters
- add BB_OTA_HOOKS_TESTING-gated bb_ota_hooks_test_reset() for test isolation
  (replaces the old set-to-NULL reset pattern, which no longer clears an
  append-only list)
- extend host tests: dual registration fires both, registration order
  preserved, overflow drops at cap, pause/skip-check OR-combine semantics

1848 of 1848 branches covered (100.0%)

Branch coverage included in aggregate %.

3186 of 3186 relevant lines covered (100.0%)

1257.4 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28504772875.1 01 Jul 2026 08:39AM UTC 40
100.0
GitHub Action Run
Source Files on build 28504772875
  • 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 #28504772875
  • a7df0015 on github
  • Prev Build on main (#28503889413)
  • Next Build on main (#28507529916)
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