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

dangernoodle-io / breadboard / 30061862079 / 1
96%
main: 96%

Build:
DEFAULT BRANCH: main
Ran 24 Jul 2026 02:33AM UTC
Files 193
Run time 4s
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

24 Jul 2026 02:31AM UTC coverage: 96.399%. Remained the same
30061862079.1

push

github

web-flow
fix: bbtool docs scaffold detects host-built components as host:yes (B1-1197) (#1041)

The generated "Platform support" table's host column only checked for a
platform/host/<name>/ backend-dispatch split directory -- a signal that
represents "ships a per-platform-TU host implementation", not "is genuinely
host-supported". A component whose host presence is instead a Kconfig/
define-gated single-source build (e.g. bb_serialize_meta, shipped
unconditionally in the native env via BB_SERIALIZE_META_HOST) read host:no
even at 100% host coverage.

_has_host_tests adds the generalizing signal: presence of a matching
test/test_host/test_<name>[.c|_*.c] file, OR'd into the existing directory
check. Longest-match disambiguation against the discovery SSOT's component
name set (_owning_component) is required because dozens of real sibling
pairs share a name prefix (bb_serialize vs bb_serialize_meta/_json/_console/
_logfmt, bb_wifi vs bb_wifi_http/_ap/_prov, bb_led vs bb_led_anim/_gpio/...,
etc.) -- a naive boundary check alone would misattribute a longer sibling's
test file to the shorter name.

Regenerated 12 READMEs whose host column was wrong: bb_attrs, bb_data,
bb_diag_http, bb_filter, bb_fsm, bb_lifecycle, bb_serialize,
bb_serialize_console, bb_serialize_json, bb_serialize_logfmt,
bb_serialize_meta, bb_wifi_prov.


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

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

7535 of 8133 branches covered (92.65%)

Branch coverage included in aggregate %.

12813 of 12975 relevant lines covered (98.75%)

2507.28 hits per line

Source Files on job 30061862079.1
  • Tree
  • List 193
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 30061862079
  • 15367dda on github
  • Prev Job for on main (#30061416852.1)
  • Next Job for on main (#30063146486.1)
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