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

dangernoodle-io / TaipanMiner / 24901177001
90%

Build:
DEFAULT BRANCH: main
Ran 24 Apr 2026 04:50PM UTC
Jobs 1
Files 11
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

24 Apr 2026 04:48PM UTC coverage: 92.216%. Remained the same
24901177001

push

github

web-flow
fix(stratum): gate socket reads while mining is paused (TA-222) (#177)

observed on tdongle-s3: intermittent task_wdt reset mid-OTA when
esp_https_ota runs on core 0 at the same time the stratum task is
draining the tls socket on core 0. six consecutive failed attempts
before one succeeded on the same firmware.

mining_pause() only halted the hashing path, not the stratum session —
by design, to avoid reconnect churn during short ota checks. but under
load the two tls clients contended for core 0 and the ota's task wdt
fired.

while paused, sit on a 500ms sleep and skip the readline call. tcp
keepalive (60s idle) holds the session; pool messages queue in the
socket buffer and get processed on resume. no session drop, no
resubscribe.

preferred over bumping the ota task wdt timeout — addresses root cause
(core 0 contention) instead of papering over the symptom.

197 of 252 branches covered (78.17%)

Branch coverage included in aggregate %.

656 of 673 relevant lines covered (97.47%)

617895.43 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24901177001.1 24 Apr 2026 04:50PM UTC 11
92.22
GitHub Action Run
Source Files on build 24901177001
  • Tree
  • List 11
  • 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 #24901177001
  • 168434da on github
  • Prev Build on main (#24900914328)
  • Next Build on main (#24901659106)
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