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

dangernoodle-io / breadboard / 27175034216
100%

Build:
DEFAULT BRANCH: main
Ran 09 Jun 2026 12:07AM UTC
Jobs 1
Files 30
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 12:06AM UTC coverage: 100.0%. Remained the same
27175034216

push

github

web-flow
fix(bb_ota_push): abort a slow/stalled upload via a transfer deadline (B1-254) (#374)

The receive loop only aborted on N consecutive recv timeouts, but timeout_count
resets on every successful recv -- so a slow trickle (e.g. 8 KB/s) never tripped
it and held the device with mining paused + the WDT extended (300s) for the whole
crawl, looking hung until a manual reboot. Board-agnostic (the push pause hook is
wired on every board).

Add a content-length-derived transfer deadline from a minimum-throughput floor,
checked each loop iteration: if exceeded, esp_ota_abort + 408 + resume_and_exit
(restores the WDT, resumes mining, emits BB_OTA_PHASE_FAIL) -- well before the WDT.

- pure host-testable bb_ota_push_deadline_ms (clamp content*1000/min_bps to [floor,ceil])
- Kconfig BB_OTA_PUSH_MIN_BPS (10 KB/s) + BB_OTA_PUSH_MAX_DURATION_S (240s, < WDT 300s)
- 7 host tests

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

1618 of 1618 branches covered (100.0%)

Branch coverage included in aggregate %.

2709 of 2709 relevant lines covered (100.0%)

976.09 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27175034216.1 09 Jun 2026 12:07AM UTC 30
100.0
GitHub Action Run
Source Files on build 27175034216
  • Tree
  • List 30
  • 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 #27175034216
  • 66446ea2 on github
  • Prev Build on main (#27174308352)
  • Next Build on main (#27242138973)
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