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

dangernoodle-io / breadboard / 28750893742
100%

Build:
DEFAULT BRANCH: main
Ran 05 Jul 2026 06:39PM UTC
Jobs 1
Files 67
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

05 Jul 2026 06:38PM UTC coverage: 100.0%. First build
28750893742

push

github

web-flow
feat: honor .order in bb_init EARLY and PRE_HTTP tiers (#739)

- add BB_INIT_REGISTER_EARLY_N / BB_INIT_REGISTER_PRE_HTTP_N macros taking an
  explicit order param, mirroring the existing REGULAR _N pattern; the plain
  BB_INIT_REGISTER_EARLY / BB_INIT_REGISTER_PRE_HTTP macros now wrap the _N
  variants passing order 0, so existing call sites keep compiling unchanged
- port REGULAR's stable insertion sort (ascending by .order, tie-break by
  registration order) into bb_init_init_early() and bb_init_init_pre_http(),
  in both the espidf and host bb_init.c walker implementations (native host
  tests build against platform/host/bb_init/bb_init.c)
- guard the reverse-into-insertion-order step against the zero-entry case,
  which the empty EARLY/PRE_HTTP lists exercised in existing tests
- add EARLY and PRE_HTTP tests for ascending order, tie stability, mixed
  ascending+tie ordering, default order-0 regression, the bb_init_init()
  embedded PRE_HTTP sort path, second-error-does-not-overwrite-first for
  every walker, the 256-entry collector cap, and the pre_http double-call
  noop guard, and wire them into test/test_host/test_main.c
- add platform/{espidf,host}/bb_init/ to the gcovr filter list in the
  Makefile coverage target so bb_init's branch coverage is measured going
  forward (it was previously untracked)

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

3006 of 3006 branches covered (100.0%)

Branch coverage included in aggregate %.

39 of 39 new or added lines in 1 file covered. (100.0%)

4896 of 4896 relevant lines covered (100.0%)

10753.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28750893742.1 05 Jul 2026 06:39PM UTC 67
100.0
GitHub Action Run
Source Files on build 28750893742
  • Tree
  • List 67
  • 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 #28750893742
  • a1a636a9 on github
  • Prev Build on main (#28750578585)
  • Next Build on main (#28751131574)
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