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

dangernoodle-io / breadboard / 30322119655
97%

Build:
DEFAULT BRANCH: main
Ran 28 Jul 2026 02:07AM UTC
Jobs 1
Files 201
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

28 Jul 2026 02:05AM UTC coverage: 96.551% (+0.008%) from 96.543%
30322119655

push

github

web-flow
feat: serve the SSID list from bb_wifi_prov's own scan endpoint (B1-809 portal) (#1114)

- register POST /api/wifi/scan from bb_wifi_prov_start(), right after
  POST /save and before extra()/the asset wildcard, so this component
  owns the route within its own composition
- serve bb_wifi_scan_get_cached() by default; an opt-in "refresh" query
  param (bare ?refresh or ?refresh=1) triggers a background scan instead
  of bb_wifi_http_scan_wire_fill()'s trigger-then-immediately-read defect
- add a "state" field (not_started/pending/ready) alongside the existing
  {"aps":[...]} shape so a client can distinguish "no scan yet" from "scan
  completed, found nothing"; classification is a pure, host-tested function
  driven by plain bools (ever_requested, idle) rather than calling
  ESP-IDF-only bb_wifi_scan_wait_idle() itself
- tolerate BB_ERR_INVALID_STATE from bb_http_register_route() when another
  composed component (e.g. bb_wifi_http) already serves this path --
  log at info and keep starting the portal
- new bb_wifi_prov_scan_wire module (wire descriptor + pure fill/clamp/
  copy-rows/classify helpers) with full host-test coverage


Claude-Session: https://claude.ai/code/session_01KM3KoyubaoM6eoUAsw8GYr

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

7852 of 8455 branches covered (92.87%)

Branch coverage included in aggregate %.

35 of 35 new or added lines in 1 file covered. (100.0%)

13365 of 13520 relevant lines covered (98.85%)

2606.2 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30322119655.1 28 Jul 2026 02:07AM UTC 201
96.55
GitHub Action Run
Source Files on build 30322119655
  • Tree
  • List 201
  • 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 #30322119655
  • d3da3dd1 on github
  • Prev Build on main (#30319124681)
  • Next Build on main (#30408580362)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc