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

dangernoodle-io / TaipanMiner / 27250009395
90%

Build:
DEFAULT BRANCH: main
Ran 10 Jun 2026 02:56AM UTC
Jobs 3
Files 107
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

10 Jun 2026 02:56AM UTC coverage: 90.377% (+0.003%) from 90.374%
27250009395

push

github

web-flow
refactor(wdt): migrate Task-WDT management onto breadboard bb_wdt (#524)

replaces all direct esp_task_wdt_{add,delete,reset}(NULL) calls in the mining
and asic components with the portable bb_wdt_* wrappers (breadboard v0.59.0):

- bb_wdt_task_subscribe() ← esp_task_wdt_add(NULL)
- bb_wdt_task_feed()      ← esp_task_wdt_reset()
- re-homes TA-422's park-window WDT handling onto bb_wdt_park_wait in
  mining_pause.c: the done_take(300000) wait now runs with the task
  unsubscribed from the WDT and resubscribed on resume, instead of the
  delete/add bracket at the mining.c / asic_task.c call sites. on a single
  core the parked task cannot get scheduled to feed, so it must leave the WDT
- removes the TA-422 delete/add/reset brackets from mining.c and both the
  QUIESCE_AND_ACK and ACK_ONLY arms in asic_task.c
- grep esp_task_wdt components/ src/ → 0 hits; bb_wdt is the sole owner

- re-pin breadboard v0.58.0 → v0.59.0 (brings in bb_wdt)
- add bb_wdt to mining and asic CMakeLists REQUIRES + native scaffold
- test_mining_pause_io asserts the single done_take(300000) park_wait contract

validated on-device: esp32-c3-supermini completed a full in-place pull-OTA
(dev build → v0.28.0) with the mining task parked and no task_wdt; clean
reset reason, no panic, no abnormal-reset increment.

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

2856 of 3569 branches covered (80.02%)

Branch coverage included in aggregate %.

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

5296 of 5451 relevant lines covered (97.16%)

151529.68 hits per line

Jobs
ID Job ID Ran Files Coverage
1 e2e - 27250009395.1 10 Jun 2026 02:59AM UTC 56
57.63
GitHub Action Run
2 native - 27250009395.2 10 Jun 2026 02:56AM UTC 27
91.02
GitHub Action Run
3 webui - 27250009395.3 10 Jun 2026 02:58AM UTC 80
91.52
GitHub Action Run
Source Files on build 27250009395
  • Tree
  • List 107
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27250009395
  • 80bc581e on github
  • Prev Build on main (#27244528582)
  • Next Build on main (#27251213805)
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