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

dangernoodle-io / breadboard / 30678983253
97%

Build:
DEFAULT BRANCH: main
Ran 01 Aug 2026 01:58AM UTC
Jobs 1
Files 212
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

01 Aug 2026 01:56AM UTC coverage: 96.774%. Remained the same
30678983253

push

github

web-flow
refactor: remove ungated bb_mdns_cache_init() codegen no-op (B1-1340) (#1175)

PR #1173 (B1-1329) removed BB_MDNS_CACHE_AUTOREGISTER and collapsed
bb_mdns_cache_init() to an unconditional no-op returning BB_OK, but the
bbtool:init marker on its declaration was never gated by that knob --
the knob it removed only ever controlled what the call DID, never
whether codegen emitted it. So codegen kept wiring a no-op call into
every composition whose closure includes bb_mdns_cache, e.g.
examples/smoke.

Delete the marker, the declaration, and the no-op definition.
bb_mdns_cache is composition-only: a consumer calls
bb_mdns_cache_start() explicitly, which is the real seam and is
untouched. The generated-output diff (one removed call, one removed
include, no reordering of surviving entries) is intended, not a
regression.

8101 of 8674 branches covered (93.39%)

Branch coverage included in aggregate %.

13740 of 13895 relevant lines covered (98.88%)

2581.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30678983253.1 01 Aug 2026 01:58AM UTC 212
96.77
GitHub Action Run
Source Files on build 30678983253
  • Tree
  • List 212
  • 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 #30678983253
  • f4a3b2e3 on github
  • Prev Build on main (#30678118823)
  • Next Build on main (#30679398676)
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