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

dangernoodle-io / breadboard / 30316972773
97%

Build:
DEFAULT BRANCH: main
Ran 28 Jul 2026 12:21AM UTC
Jobs 1
Files 200
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 12:19AM UTC coverage: 96.543%. Remained the same
30316972773

push

github

web-flow
fix: restore captive-portal redirect via asset-wildcard fallback (HW-confirmed) (#1111)

bb_wifi_prov_start() registered a doomed second GET /* handler
(prov_redirect_handler) after the asset wildcard already claimed that
method+path -- ESP-IDF rejects the duplicate (ESP_ERR_HTTPD_HANDLER_EXISTS,
logged but ignored), so the captive-portal redirect was never live even
though boot logs claimed the portal was up. Confirmed on real hardware: a
phone's captive probe got a 404 instead of the "sign in to network" redirect.

Now registers the redirect as the asset wildcard's no-match fallback via
bb_http_register_assets_with_fallback() -- one /* registration instead of
two. Also checks the return value of every route registration (previously
ignored, which is exactly how this went unnoticed) and propagates failures
out of bb_wifi_prov_start() with an error log; reorders extra() routes ahead
of the wildcard so specific routes still win first-match; corrects the
bb_http_reserve_routes() slot count and comment now that the captive
wildcard no longer consumes its own slot.


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

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

7838 of 8441 branches covered (92.86%)

Branch coverage included in aggregate %.

13330 of 13485 relevant lines covered (98.85%)

2667.53 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30316972773.1 28 Jul 2026 12:21AM UTC 200
96.54
GitHub Action Run
Source Files on build 30316972773
  • Tree
  • List 200
  • 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 #30316972773
  • 98f288c4 on github
  • Prev Build on main (#30316347864)
  • Next Build on main (#30318138726)
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