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

dangernoodle-io / breadboard / 25083179187
100%

Build:
DEFAULT BRANCH: main
Ran 28 Apr 2026 11:35PM UTC
Jobs 1
Files 7
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 Apr 2026 11:34PM UTC coverage: 100.0%. Remained the same
25083179187

push

github

web-flow
feat(bb_registry): add early-init tier; migrate bb_log_stream_init to it (#130)

Adds BB_REGISTRY_REGISTER_EARLY(name, fn) + bb_registry_init_early(void)
parallel to the existing post-server-start tier. First consumer:
bb_log_stream_init via CONFIG_BB_LOG_STREAM_AUTOREGISTER (default-on).

App_main now calls bb_registry_init_early() before wifi/http bringup
so any early-boot capture/init self-registers without app_main knowing.

The early tier is independent of the regular tier (ordered insertion lists,
independent walkers). Early init_fn signature is void->bb_err_t (no server
argument). CMake helper bb_registry_force_register_early() forces symbol
retention under PlatformIO's linker.

Kconfig flag CONFIG_BB_LOG_STREAM_AUTOREGISTER is independent of
CONFIG_BB_LOG_ROUTES: stream capture can be enabled/disabled separately
from HTTP route registration (headless logging vs. web dashboard).

Smoke builds pass (esp32-wroom-32, elecrow-p4-hmi7). Host tests (301) pass.
grep verification confirms zero direct bb_log_stream_init calls in examples,
one early-init invocation per example.

272 of 272 branches covered (100.0%)

Branch coverage included in aggregate %.

431 of 431 relevant lines covered (100.0%)

147.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25083179187.1 28 Apr 2026 11:35PM UTC 7
100.0
GitHub Action Run
Source Files on build 25083179187
  • Tree
  • List 7
  • 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 #25083179187
  • 0e6bb227 on github
  • Prev Build on main (#25082005642)
  • Next Build on main (#25083668128)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc