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

dangernoodle-io / breadboard / 29706158229
96%

Build:
DEFAULT BRANCH: main
Ran 19 Jul 2026 10:28PM UTC
Jobs 1
Files 178
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

19 Jul 2026 10:26PM UTC coverage: 96.121%. Remained the same
29706158229

push

github

web-flow
feat: warn when a format-registry consumer is composed with zero serialize backends (#946)

B1-985 (precedent B1-981): detect real call sites instead of name/REQUIRES
heuristics -- a component is a format-registry CONSUMER only if its C
sources call bb_serialize_format_render()/bb_serialize_format_get_render()/
bb_serialize_format_get_parse(), and a BACKEND only if its sources call
bb_serialize_format_register(). Both checks are detected INDEPENDENTLY (a
component can legitimately be both) over comment-stripped source text --
REQUIRES bb_serialize alone (pulled in purely for the bb_serialize_desc_t
type by bb_tcp_client/bb_mqtt_client/bb_http_client/bb_meminfo/bb_system)
no longer false-positives, a non-registering bb_serialize_*-prefixed helper
no longer false-satisfies the backend check, and a code COMMENT mentioning
bb_serialize_format_register() (as bb_cache_serialize's render path
docstring does) no longer masks a real consumer as a backend.

Also fixes two LOW nits from review: reuse resolve_composition's
already-built component graph (new resolve_composition_with_graph) instead
of re-deriving each candidate consumer via derive_component, and drop the
needless sorted() over the (now call-site-detected) backend list.

7241 of 7856 branches covered (92.17%)

Branch coverage included in aggregate %.

12311 of 12485 relevant lines covered (98.61%)

1195.3 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29706158229.1 19 Jul 2026 10:28PM UTC 178
96.12
GitHub Action Run
Source Files on build 29706158229
  • Tree
  • List 178
  • 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 #29706158229
  • 1dfb93b3 on github
  • Prev Build on main (#29705132055)
  • Next Build on main (#29706571014)
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