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

dangernoodle-io / breadboard / 26788636886
100%

Build:
DEFAULT BRANCH: main
Ran 01 Jun 2026 11:35PM 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 11:34PM UTC coverage: 100.0%. Remained the same
26788636886

push

github

web-flow
feat(bb_ota_pull): make pull-OTA complete on single-core boards (#327)

single-core no-PSRAM targets (esp32-s2, esp32-c3) run the consumer's
mining task and the OTA-pull worker on the same core. the sustained TLS
download starved the idle task (task_wdt) and the un-drained socket
ballooned the heap. validated on-device: a full github pull-OTA on the
esp32-c3 now downloads, reboots clean, and marks valid.

- yield once per esp_https_ota_perform chunk (vTaskDelay(1)) so the idle
  task and lwIP get the core during the download loop.
- add bb_ota_pull_set_task_priority so consumers can raise the worker
  above a CPU-bound mining task; otherwise it never preempts to call the
  pause hook (mirrors bb_update_check_set_task_priority).
- retry the whole download (re-begin) on a transient mid-download read
  error instead of failing the OTA — only the handshake was retried
  before. adds a host-tested bb_ota_pull_download_should_retry helper.
- extract the byte-identical task-WDT reconfigure helper shared by
  bb_ota_push and bb_ota_pull into bb_system_wdt_set_timeout (single
  source; preserves the idle-core mask and panic-on-timeout policy).

host tests green (1125); esp32 + esp32c3 smoke link clean.

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%)

915.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26788636886.1 01 Jun 2026 11:35PM UTC 21
100.0
GitHub Action Run
Source Files on build 26788636886
  • 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 #26788636886
  • 55cad790 on github
  • Prev Build on main (#26770543106)
  • Next Build on main (#26859453291)
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