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

dangernoodle-io / TaipanMiner / 27243491656
90%

Build:
DEFAULT BRANCH: main
Ran 09 Jun 2026 11:54PM 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

09 Jun 2026 11:53PM UTC coverage: 90.35% (-0.02%) from 90.374%
27243491656

push

github

web-flow
fix(mining): drop mining_hw WDT subscription while parked for OTA (c3 pull-OTA task_wdt) (#521)

- root cause: mining_pause_check() blocks in done_take(300000) for the entire OTA
  download+flash (~30-60s) without calling esp_task_wdt_reset(); mining_hw is subscribed
  to the Task WDT via esp_task_wdt_add(NULL) at startup, so the WDT fires citing
  mining_hw (CPU 0) — confirmed on esp32-c3-supermini (single-core, in-place pull-OTA)
- fix (sw-mining / mining.c): gate the blocking mining_pause_check() call on
  mining_pause_pending() and bracket with esp_task_wdt_delete/add/reset so a
  deliberately-idle task is not WDT-monitored during the OTA window; race-free because
  a missed pending() is handled on the next tier-1 cycle (ms later, within 5s ack window)
- fix (asic path / asic_task.c): asic_mining_task also calls mining_pause_check() via
  asic_pause_coalesce_next and blocks in done_take the same way; apply equivalent
  esp_task_wdt_delete/add/reset bracket around both QUIESCE_AND_ACK and ACK_ONLY cases
  so bitaxe pull-OTA is safe too; asic loop resets wdt unconditionally at the top so
  the bracket only needs to cover the blocking done_take window

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

2854 of 3569 branches covered (79.97%)

Branch coverage included in aggregate %.

5292 of 5447 relevant lines covered (97.15%)

151640.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 native - 27243491656.1 09 Jun 2026 11:54PM UTC 27
91.01
GitHub Action Run
2 e2e - 27243491656.2 09 Jun 2026 11:57PM UTC 56
57.49
GitHub Action Run
3 webui - 27243491656.3 09 Jun 2026 11:56PM UTC 80
91.52
GitHub Action Run
Source Files on build 27243491656
  • Tree
  • List 107
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27243491656
  • 6852157c on github
  • Prev Build on main (#27152862418)
  • Next Build on main (#27243779328)
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