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

dangernoodle-io / breadboard / 30186128440
97%

Build:
DEFAULT BRANCH: main
Ran 26 Jul 2026 03:26AM 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 03:24AM UTC coverage: 96.522%. Remained the same
30186128440

push

github

web-flow
fix: degrade doc-only schema-compose failures in storage and reboot route init (#1098)

Converts the 4 remaining ROUTE-OUTAGE sites (B1-1231) from fatal-abort to
degrade-and-continue: a doc-only OpenAPI schema-compose failure
(CONFIG_BB_OPENAPI_RUNTIME_META only) must never take down real route
registration.

- platform/espidf/bb_diag_http/bb_storage_http_routes.c:
  bb_storage_http_factory_reset_routes_init() (POST /api/diag/factory-reset
  request schema) and bb_storage_http_routes_init() (DELETE /api/diag/storage
  request AND response schema) now warn-and-continue instead of returning the
  compose rc. Both request-schema sites are buffer-based (request_schema
  always points at a static buffer, never NULL); an unpatched empty buffer
  degrades safely because bb_http_resp_json_obj_set_raw() rejects a
  zero-length raw value and never emits the "schema" key, so the requestBody
  content block comes out empty rather than corrupting the emitted document.
  The response schema already starts NULL and is patched only on success
  (gated by bb_openapi_emit.c's `if (r->schema)`).
- platform/espidf/bb_system/bb_system_routes.c: bb_system_routes_init()
  (POST /api/reboot request schema) gets the same treatment. Adds
  `#include "bb_log.h"` and a file TAG ("bb_system_routes") -- this file had
  neither before, since it never logged. TAG is declared inside
  `#if defined(CONFIG_BB_OPENAPI_RUNTIME_META)`, guarding it with its sole
  use site (the compose-failure warning log), since the default config
  leaves it otherwise unreferenced -- same posture as
  bb_wifi_http_routes.c's TAG guard.
- No CMakeLists changes: bb_log was already PRIV_REQUIRES in both
  components/bb_diag_http/CMakeLists.txt and components/bb_system/CMakeLists.txt.
- All three init functions are portable and genuinely host-compiled (see
  test_route_schema_literals_live.c and each component's own
  bbtool-scaffold-hint), so the new degrade branches are host-testable, unlike
  the ESP_PLAT... (continued)

7794 of 8397 branches covered (92.82%)

Branch coverage included in aggregate %.

13245 of 13400 relevant lines covered (98.84%)

2621.36 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30186128440.1 26 Jul 2026 03:26AM UTC 199
96.52
GitHub Action Run
Source Files on build 30186128440
  • 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 #30186128440
  • 2c3b89a0 on github
  • Prev Build on main (#30185749285)
  • Next Build on main (#30188140451)
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