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

dangernoodle-io / breadboard / 26767039470
100%

Build:
DEFAULT BRANCH: main
Ran 01 Jun 2026 04:14PM UTC
Jobs 1
Files 21
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

01 Jun 2026 04:12PM UTC coverage: 100.0%. Remained the same
26767039470

push

github

web-flow
fix(bb_ota_push): yield in receive loop so single-core OTA doesn't trip the WDT (#325)

The OTA push receive+write loop ran without yielding, so on single-core
targets (ESP32-S2/C3) the httpd worker monopolized the core for the whole
transfer and the task watchdog tripped the IDLE task — the extended WDT
timeout only delayed the reset, it did not prevent it. Add a vTaskDelay(1)
per ~4 KB chunk so the IDLE task and the WiFi/lwIP stack get CPU during the
transfer; it also lets the TCP window refill.

Validated on an esp32-s2-mini: a 1 MB OTA push that previously hung ~150s and
reset with reason task_wdt now completes in ~18s with a clean software reboot.

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

1356 of 1356 branches covered (100.0%)

Branch coverage included in aggregate %.

2314 of 2314 relevant lines covered (100.0%)

914.59 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26767039470.1 01 Jun 2026 04:14PM UTC 21
100.0
GitHub Action Run
Source Files on build 26767039470
  • Tree
  • List 21
  • 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 #26767039470
  • f4169854 on github
  • Prev Build on main (#26729589240)
  • Next Build on main (#26770543106)
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