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

dangernoodle-io / breadboard / 24912484350
100%

Build:
DEFAULT BRANCH: main
Ran 24 Apr 2026 09:22PM UTC
Jobs 1
Files 4
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 09:21PM UTC coverage: 100.0%. Remained the same
24912484350

push

github

web-flow
fix(bb_wifi): non-blocking get_info/get_rssi via cached snapshot (#81)

bb_wifi_get_info called esp_wifi_sta_get_ap_info on every invocation,
which takes the WiFi driver mutex. under heavy WiFi load (reconnect,
scan, heavy tls) the call blocks for seconds, causing /api/info to
hang on downstream consumers (taipanminer TA-56).

cache ssid + bssid from the WIFI_EVENT_STA_CONNECTED event payload
(no driver call needed), and refresh rssi via a 5s periodic esp_timer
that calls esp_wifi_sta_get_ap_info off the HTTP handler path.

bb_wifi_get_info and bb_wifi_get_rssi now do plain memory reads — no
mutex, no driver call. last-known rssi is at most 5s stale which is
fine for observability.

esp_netif_get_ip_info (in bb_wifi_get_ip_str) not yet cached — it's
a struct read and typically fast, but could be revisited if it shows
up in profiling.

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

81 of 81 branches covered (100.0%)

Branch coverage included in aggregate %.

113 of 113 relevant lines covered (100.0%)

274.59 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24912484350.1 24 Apr 2026 09:22PM UTC 4
100.0
GitHub Action Run
Source Files on build 24912484350
  • Tree
  • List 4
  • 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 #24912484350
  • 410c1159 on github
  • Prev Build on main (#24908131202)
  • Next Build on main (#24914282480)
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