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

dangernoodle-io / breadboard / 25968071718
100%

Build:
DEFAULT BRANCH: main
Ran 16 May 2026 05:16PM UTC
Jobs 1
Files 16
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

16 May 2026 05:15PM UTC coverage: 100.0%. Remained the same
25968071718

push

github

web-flow
fix(bb_ota): extend task WDT timeout during OTA flash phase (pull + push) (#233)

* fix(bb_ota_pull): extend task WDT timeout during OTA flash phase

esp_flash_write cache_disable windows + consumer pause windows can hold
WDT-subscribed tasks (idle tasks, consumer mining tasks) past
CONFIG_ESP_TASK_WDT_TIMEOUT_S, tripping a panic. Reconfigure the WDT to
CONFIG_BB_OTA_PULL_WDT_EXTENDED_S (default 300s) around both worker
tasks' work phases and restore the firmware default on every exit path.

Preserves the firmware's configured idle-core mask and panic-on-timeout
policy when reconfiguring.

Reproduces on bitaxe-403, tdongle-s3, and esp32-wroom32 (TA-374).

* fix(bb_ota_push): extend task WDT timeout during OTA receive+write phase

Same root cause as the bb_ota_pull WDT-extend in the prior commit:
esp_ota_write cache_disable windows + consumer pause windows can hold
WDT-subscribed tasks (idle, mining) past CONFIG_ESP_TASK_WDT_TIMEOUT_S,
tripping a panic mid-upload. Add CONFIG_BB_OTA_PUSH_WDT_EXTENDED_S
(default 300s) and reconfigure the WDT around the push handler's
receive+write loop; restore the firmware default on every failure exit.
The success path reboots so doesn't need restoration.

752 of 752 branches covered (100.0%)

Branch coverage included in aggregate %.

1340 of 1340 relevant lines covered (100.0%)

1110.14 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25968071718.1 16 May 2026 05:16PM UTC 16
100.0
GitHub Action Run
Source Files on build 25968071718
  • Tree
  • List 16
  • 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 #25968071718
  • ee3bbdd6 on github
  • Prev Build on main (#25952046564)
  • Next Build on main (#25976226245)
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