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

dangernoodle-io / breadboard / 31136761701
97%

Build:
DEFAULT BRANCH: main
Ran 07 Aug 2026 01:05AM 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

07 Aug 2026 01:03AM UTC coverage: 97.044%. Remained the same
31136761701

push

github

web-flow
refactor: collapse bb_wdt_task_subscribe/unsubscribe _handle ladders onto cfg structs (B1-1460) (#1246)

- bb_wdt_task_subscribe()/bb_wdt_task_subscribe_handle(void*) merge into bb_wdt_task_subscribe(const bb_wdt_task_subscribe_cfg_t *cfg)
- bb_wdt_task_unsubscribe()/bb_wdt_task_unsubscribe_handle(void*) merge into bb_wdt_task_unsubscribe(const bb_wdt_task_unsubscribe_cfg_t *cfg)
- cfg->handle == NULL (zero-init) subscribes/unsubscribes the calling task, matching esp_task_wdt_add/delete's own NULL sentinel -- no distinct unset state exists, so zero-init cfg reproduces the pre-collapse no-arg call exactly
- cfg == NULL returns BB_ERR_INVALID_ARG, consistent with every other bb_*_cfg_t entry point in this repo
- update all in-tree callers (bb_wdt_park_wait, bb_task_registry host+esp32 wdt shims, bb_ota_pull, bb_timer) and host/esp32 backend implementations
- add tests pinning cfg==NULL invalid-arg and the zero-init-handle == pre-collapse-base-call equivalence

8540 of 9080 branches covered (94.05%)

Branch coverage included in aggregate %.

10 of 10 new or added lines in 3 files covered. (100.0%)

14279 of 14434 relevant lines covered (98.93%)

2600.47 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31136761701.1 07 Aug 2026 01:05AM UTC 216
97.04
GitHub Action Run
Source Files on build 31136761701
  • Tree
  • List 216
  • Changed 3
  • Source Changed 3
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31136761701
  • 0359af5f on github
  • Prev Build on main (#31135574339)
  • Next Build on main (#31138018399)
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