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

dangernoodle-io / breadboard / 30164363049
97%

Build:
DEFAULT BRANCH: main
Ran 25 Jul 2026 03:50PM UTC
Jobs 1
Files 197
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

25 Jul 2026 03:48PM UTC coverage: 96.495%. Remained the same
30164363049

push

github

web-flow
test: extend live route-schema walk to bb_system reboot route (B1-1214) (#1079)

- remove bb_system.h's ESP_PLATFORM fence entirely around
  bb_system_routes_reserve/bb_system_routes_init: the fence guarded only
  bb_http_server.h's include plus those two declarations, all fully
  portable (opaque bb_http_handle_t, no platform-specific content), and
  their sole definition (bb_system_routes.c) is already host-compiled via
  the bbtool-scaffold-hint -- the fence only blocked the declaration, not
  the definition, so nothing was left fenced. Transitively exposing
  bb_http_server.h to host TUs (bb_system_reboot_record.c,
  bb_system_snap.c, bb_system_reboot_budget.c,
  bb_system_safeguard_reboot.c, bb_system_boot_fail.c,
  bb_system_boot_banner_format.c, platform/host/bb_system/bb_system_host.c,
  and several test_host files) for the first time is safe: components/
  bb_system/CMakeLists.txt already lists bb_http_server in REQUIRES
  unconditionally (not gated on CONFIG_BB_SYSTEM_ROUTES_AUTOREGISTER), so
  no new component dependency is created
- extend seed_live_routes() in test_route_schema_literals_live.c to call
  bb_system_routes_init(), retiring the now-stale comment explaining why
  it was deliberately skipped
- assert presence of POST /api/reboot in the walked registry, following
  PR1's presence-over-count pattern

Prefix is test: (not feat:) because the header edit only lifts a
declaration fence around code that was already compiled and reachable on
ESP-IDF -- the sole externally observable effect is new host-test
coverage over POST /api/reboot's request schema literal.

7668 of 8265 branches covered (92.78%)

Branch coverage included in aggregate %.

13116 of 13274 relevant lines covered (98.81%)

2588.48 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30164363049.1 25 Jul 2026 03:50PM UTC 197
96.49
GitHub Action Run
Source Files on build 30164363049
  • Tree
  • List 197
  • 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 #30164363049
  • f6458ef5 on github
  • Prev Build on main (#30163748982)
  • Next Build on main (#30171256306)
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