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

dangernoodle-io / breadboard / 28492548084
100%

Build:
DEFAULT BRANCH: main
Ran 01 Jul 2026 04:01AM UTC
Jobs 1
Files 40
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 Jul 2026 04:00AM UTC coverage: 100.0%. Remained the same
28492548084

push

github

web-flow
refactor(bb_response): rename bb_section -> bb_response + per-instance cap (#625)

- rename component dir, header, and host impl:
  bb_section/ -> bb_response/, bb_section.h -> bb_response.h,
  platform/host/bb_section/bb_section.c -> platform/host/bb_response/bb_response.c
- rename all public types and symbols:
  bb_section_entry_t -> bb_response_entry_t
  bb_section_registry_t -> bb_response_registry_t
  bb_section_get_fn / bb_section_patch_fn -> bb_response_get_fn / bb_response_patch_fn
  bb_section_register/build_get/dispatch_patch/freeze/assemble_schema/freeze_and_assemble/set_malloc
  -> bb_response_*
  BB_SECTION_MAX / CONFIG_BB_SECTION_MAX -> BB_RESPONSE_MAX / CONFIG_BB_RESPONSE_MAX
  BB_SECTION_TESTING -> BB_RESPONSE_TESTING
- update Kconfig menu name and symbol
- update consumers bb_health, bb_info, bb_sensors, bb_telemetry includes and type refs
- keep consumer-facing helpers bb_health_register_section, bb_info_register_section,
  bb_sensors_register_section (sub-key concept — unchanged per spec)
- rename test files test_bb_section*.c -> test_bb_response*.c; update test_main.c
  forward declarations and RUN_TEST entries
- update platformio.ini (BB_SECTION_TESTING -> BB_RESPONSE_TESTING, component name)
  and scripts/native_scaffold.py component table
- additive: add uint8_t cap field to bb_response_registry_t; bb_response_register checks
  reg->cap (falls back to BB_RESPONSE_MAX when cap==0 for back-compat with zero-init regs);
  entries[] stays sized at compile-time BB_RESPONSE_MAX
- add host tests: test_bb_response_register_per_instance_cap,
  test_bb_response_register_cap_zero_uses_default


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

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

1850 of 1850 branches covered (100.0%)

Branch coverage included in aggregate %.

3190 of 3190 relevant lines covered (100.0%)

1233.55 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28492548084.1 01 Jul 2026 04:01AM UTC 40
100.0
GitHub Action Run
Source Files on build 28492548084
  • Tree
  • List 40
  • 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 #28492548084
  • afbde8da on github
  • Prev Build on main (#28492056568)
  • Next Build on main (#28493726024)
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