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

dangernoodle-io / breadboard / 28635630801
100%

Build:
DEFAULT BRANCH: main
Ran 03 Jul 2026 03:05AM UTC
Jobs 1
Files 45
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

03 Jul 2026 03:04AM UTC coverage: 100.0%. Remained the same
28635630801

push

github

web-flow
feat(bb_wifi): gateway-reachability probe worker (observe-only, no action) (#679)

- phase 1 of B1-518 (egress-recovery SSOT), stacked on jae/egress-classify
- dedicated bb_timer worker task (MODE B, not the shared bb_timer_disp/FSM
  eval task) - bb_wifi_ping blocks up to timeout+500ms, fatal on a shared task
- reuses wifi_reconn_policy_on_egress_probe() against a SEPARATE observe-owned
  wifi_reconn_state_t, never the live FSM state
- DISCARDS the returned wifi_reconn_action_t - no restart_sta/
  request_recovery/esp_wifi_* call is ever made; this discard is the
  observe/act boundary per #578 (a bare gateway ping must not trigger
  recovery on its own)
- new bb_wifi_get_gateway_status() accessor + bb_wifi_gw_status_t, recorded
  under a dedicated critical section (gw_reachable, gw_fail_streak,
  cumulative probe/fail counts, last_gw_probe_ms via bb_clock_now_ms64)
- gw_dead_count: counts times the classifier would have fired
  WIFI_RECONN_ACTION_RECONNECT_NOW; counted, never acted on
- clock sample moved outside the critical section (nothing that can
  block/alloc/lock stays inside the lock)
- Kconfig: BB_WIFI_GW_PROBE_ENABLE (opt-in, default n - not imposed on
  every consumer; enable per-board in sdkconfig), _PERIOD_S/_TIMEOUT_MS/
  _FAILS/_STACK/_PRIORITY, canonical CONFIG_ bridge
- host stub + BB_WIFI_TESTING bb_wifi_host_set_gateway_status() hook,
  gw_dead_count round-trips through the hook
- examples/smoke sdkconfig.defaults.esp32{,c3} set
  CONFIG_BB_WIFI_GW_PROBE_ENABLE=y so CI still exercises the worker even
  though it defaults off

2037 of 2037 branches covered (100.0%)

Branch coverage included in aggregate %.

3525 of 3525 relevant lines covered (100.0%)

1227.3 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28635630801.1 03 Jul 2026 03:05AM UTC 45
100.0
GitHub Action Run
Source Files on build 28635630801
  • Tree
  • List 45
  • 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 #28635630801
  • 871e8894 on github
  • Prev Build on main (#28635226871)
  • Next Build on main (#28636469354)
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