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

dangernoodle-io / breadboard / 30411262706 / 1
97%
main: 97%

Build:
DEFAULT BRANCH: main
Ran 29 Jul 2026 12:30AM UTC
Files 201
Run time 6s
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

29 Jul 2026 12:28AM UTC coverage: 96.552%. Remained the same
30411262706.1

push

github

web-flow
fix: stop eagerly starting the wifi lifecycle service before observers attach (HW-confirmed) (#1119)

floor_app.c called bb_lifecycle_start(wifi) unconditionally at
composition time, before mDNS/MQTT ever registered their observers.
That permanently flipped the service to RUNNING with zero observers
present; the real GOT_IP arriving later via the emit trampoline then
hit bb_lifecycle_start()'s idempotent early-return (no notify, no
version bump), so the STOPPED/PAUSED->RUNNING edge never fired.
Confirmed on hardware: blank-NVS provisioning reached got-ip but mDNS
never started; a provisioned cold boot worked only by accident, via
the blocking connect + bb_wifi_has_ip() bypass in bb_mdns_init_locked.

Leave the service STOPPED at composition time; it now reaches RUNNING
only through the genuine edge, matching the http service's own
register-observer-before-start pattern already in this file.

7852 of 8455 branches covered (92.87%)

Branch coverage included in aggregate %.

13373 of 13528 relevant lines covered (98.85%)

2607.21 hits per line

Source Files on job 30411262706.1
  • 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 Build 30411262706
  • 2c0882db on github
  • Prev Job for on main (#30410627755.1)
  • Next Job for on main (#30412441358.1)
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