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

dangernoodle-io / breadboard / 27243047684
100%

Build:
DEFAULT BRANCH: main
Ran 09 Jun 2026 11:43PM 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 11:42PM UTC coverage: 100.0%. Remained the same
27243047684

push

github

web-flow
feat(bb_ota): make OTA retry/timeout constants Kconfig knobs (#376)

Expose the previously hardcoded pull/push OTA operational constants as
Kconfig int knobs (defaults unchanged), so deployments can tune OTA
robustness per network/board without code changes.

bb_ota_pull:
- BB_OTA_PULL_HTTP_TIMEOUT_MS (20000) — per-recv download timeout default
  (runtime bb_ota_pull_set_http_timeout_ms still overrides); host build
  keeps 20000 via an #ifndef fallback
- BB_OTA_PULL_DL_MAX_ATTEMPTS (3) — download retry count
- BB_OTA_PULL_DL_BACKOFF_BASE_MS (3000) + _MAX_MS (20000) — exponential
  retry backoff min(base<<attempt, max), replacing the fixed
  {3000,10000,20000} array
- BB_OTA_PULL_STALL_WARN_S (10) — no-bytes stall-warning interval

bb_ota_push:
- BB_OTA_PUSH_RECV_TIMEOUT_RETRIES (30) — recv-timeout retries before abort

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

1624 of 1624 branches covered (100.0%)

Branch coverage included in aggregate %.

2717 of 2717 relevant lines covered (100.0%)

976.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27243047684.1 09 Jun 2026 11:43PM UTC 30
100.0
GitHub Action Run
Source Files on build 27243047684
  • 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 #27243047684
  • b458504a on github
  • Prev Build on main (#27242138973)
  • Next Build on main (#27249524371)
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