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

dangernoodle-io / breadboard / 30184238316
97%

Build:
DEFAULT BRANCH: main
Ran 26 Jul 2026 02:16AM UTC
Jobs 1
Files 199
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

26 Jul 2026 02:14AM UTC coverage: 96.502%. Remained the same
30184238316

push

github

web-flow
fix: degrade doc-only schema-compose failures instead of aborting route init (#1095)

- bb_ota_validator_init(): a partitions-schema compose failure no longer
  aborts before GET /api/update/partitions and POST /api/update/recover are
  registered; it now logs a warning and leaves that route undocumented
  (schema stays NULL, already gated by bb_openapi_emit.c).
- bb_wifi_routes_init(): same degrade for the scan-schema compose failure
  (GET /api/wifi and POST /api/wifi/scan otherwise never registered). The
  info-schema check stays fatal-abort on purpose: it feeds a static buffer
  bound directly into bb_openapi_register_schema(), which is not NULL-safe
  the way the two route-response sites are -- converting it needs a
  NULL-then-patch rework, left for a follow-up.
- bb_wifi_routes_init(): reordered so GET /api/wifi, POST /api/wifi/scan,
  and (with CONFIG_BB_WIFI_RECONFIGURE) PATCH /api/wifi all register before
  the fatal-abort info-schema compose runs, mirroring
  bb_ota_validator_init()'s mark-valid-before-partitions-compose shape --
  an info-schema compose failure can no longer take the whole wifi HTTP
  surface down with it, only the OpenAPI document's WifiInfo schema.
- components/bb_wifi_http/CMakeLists.txt: extend the existing bb_log
  PRIV_REQUIRES justification comment to also cover
  bb_wifi_http_routes.c's new warning log.
- both degrade branches are annotated as an untested coverage gap: neither
  file is built by any native host test env.

7784 of 8389 branches covered (92.79%)

Branch coverage included in aggregate %.

13235 of 13392 relevant lines covered (98.83%)

2617.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30184238316.1 26 Jul 2026 02:16AM UTC 199
96.5
GitHub Action Run
Source Files on build 30184238316
  • Tree
  • List 199
  • 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 #30184238316
  • 11bfb9b7 on github
  • Prev Build on main (#30183856318)
  • Next Build on main (#30185195802)
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