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

dangernoodle-io / breadboard / 26074960243
100%

Build:
DEFAULT BRANCH: main
Ran 19 May 2026 03:48AM UTC
Jobs 1
Files 17
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

19 May 2026 03:47AM UTC coverage: 100.0%. Remained the same
26074960243

push

github

web-flow
feat(bb_update_check): default worker task to Core 1 (B1-218) (#276)

Default `s_task_core` was `tskNO_AFFINITY`. On dual-core boards without
an ASIC the FreeRTOS scheduler routinely places the worker on Core 0 —
the same core that runs lwip, wifi, httpd, and the consumer's
stratum/control-plane tasks. The mbedTLS handshake the worker performs
is CPU-bound for ~200–600 ms per attempt and does not yield inside its
busy loop; under any heap-pressured retry path (e.g. when SSE clients
shrink the largest free block below the TLS record buffer) it can hold
Core 0 long enough to starve IDLE0 past the task watchdog. Observed on
TaipanMiner tdongle-s3 (TA-376) where the bug surfaced as `task_wdt`
panics 30–70 s into steady-state mining with the dashboard open.

Mirror bb_ota_pull's default (Core 1). Consumers that prefer the older
behavior can opt back in via `bb_update_check_set_task_core(tskNO_AFFINITY)`.

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

998 of 998 branches covered (100.0%)

Branch coverage included in aggregate %.

1786 of 1786 relevant lines covered (100.0%)

1004.14 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26074960243.1 19 May 2026 03:48AM UTC 17
100.0
GitHub Action Run
Source Files on build 26074960243
  • Tree
  • List 17
  • 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 #26074960243
  • dcbe937e on github
  • Prev Build on main (#26072869396)
  • Next Build on main (#26133941011)
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