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

dangernoodle-io / breadboard / 30727150768 / 1
97%
main: 97%

Build:
DEFAULT BRANCH: main
Ran 02 Aug 2026 01:32AM UTC
Files 213
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

02 Aug 2026 01:29AM UTC coverage: 96.781% (+0.002%) from 96.779%
30727150768.1

push

github

web-flow
feat: add TELEM wide-routing knobs + pure decision function to bb_log (#1188)

B1-831 PR-2 of 3: adds the configuration surface and portable decision
core for gating whether a TELEM-tagged log line also fans out to the
wide sinks (bb_log_event forwarder queue, UDP mirror) beyond the
console. No hot-path wiring -- s_log_vprintf's call site lands in PR-3,
which will need its own matching #if CONFIG_BB_LOG_TELEM_ROUTING guard
around that call site (this PR's Kconfig knob genuinely gates
compilation of bb_log_telem_route.c today, but nothing calls the
function it compiles yet).

- Kconfig: BB_LOG_TELEM_ROUTING (compile gate, default y),
  BB_LOG_TELEM_TAG (string, default TELEM, depends on ROUTING),
  BB_LOG_TELEM_ROUTE_EVENTS (bool, default n, depends on ROUTING)
- components/bb_log/CMakeLists.txt only adds bb_log_telem_route.c to
  SRCS when CONFIG_BB_LOG_TELEM_ROUTING is set, mirroring the
  CONFIG_BB_LOG_UDP_SINK conditional-append idiom already in this file
- bb_log_telem_route_wide(): pure, host-testable, positively-framed
  decision function; bridges BB_LOG_TELEM_TAG the same way
  bb_log_config.c bridges BB_LOG_DEFAULT_LEVEL_STR
- 9 new host tests covering both route_events modes, non-TELEM tags,
  NULL/empty tag, and the TELEMETRY/TELE substring-confusion cases

8121 of 8694 branches covered (93.41%)

Branch coverage included in aggregate %.

13769 of 13924 relevant lines covered (98.89%)

2580.37 hits per line

Source Files on job 30727150768.1
  • Tree
  • List 213
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 30727150768
  • 96ab760b on github
  • Prev Job for on main (#30726902662.1)
  • Next Job for on main (#30727447847.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