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

dangernoodle-io / TaipanMiner / 27250009395 / 3
90%
main: 90%

Build:
DEFAULT BRANCH: main
Ran 10 Jun 2026 03:02AM UTC
Files 80
Run time 2s
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: 91.522%. Remained the same
27250009395.3

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>

1785 of 2129 branches covered (83.84%)

Branch coverage included in aggregate %.

2997 of 3096 relevant lines covered (96.8%)

32.5 hits per line

Source Files on job webui - 27250009395.3
  • Tree
  • List 80
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 27250009395
  • 80bc581e on github
  • Prev Job for on main (#27244528582.1)
  • Next Job for on main (#27251213805.2)
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