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

dangernoodle-io / breadboard / 28924033557
100%

Build:
DEFAULT BRANCH: main
Ran 08 Jul 2026 07:03AM UTC
Jobs 1
Files 84
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

08 Jul 2026 07:01AM UTC coverage: 100.0%. Remained the same
28924033557

push

github

web-flow
feat: make bb_storage/bb_config NVS-type-aware (native typed entries) (#773)

- bb_storage.h: add bb_storage_enc_t and optional get_typed/set_typed vtable
  pair (validated together at registration); public bb_storage_get_typed/
  set_typed dispatch to the backend hook when present, else fall back to
  plain get/set (blob semantics) -- zero behavior change for ram/host/sdcard
- bb_storage_nvs: implement get_typed/set_typed mapping enc to native NVS
  typed calls (nvs_get/set_u8/u16/u32/i32/str), preserving on-flash type
  tags; add bb_storage_nvs_set_i32/get_i32; no-fallback scalar get variants
  propagate NOT_FOUND (incl. type-mismatch) to the facade instead of baking
  in a caller fallback; extract bb_storage_nvs_classify_enc for host branch
  coverage
- bb_config.c: add cfg_type_to_enc mapper and route scalar/str/blob
  accessors through bb_storage_get_typed/set_typed; bb_config.h unchanged
- host tests: facade dispatch+fallback, register_backend pair validation,
  classify_enc branches, cfg_type_to_enc mapper
- examples/smoke: ESP-IDF target selftest proving bb_nv_set_str <->
  bb_config_get_str (and reverse) byte-identity round trip over the shared
  native NVS STR path; on-device run deferred to the hardware flash gate

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

3443 of 3443 branches covered (100.0%)

Branch coverage included in aggregate %.

11 of 11 new or added lines in 2 files covered. (100.0%)

5453 of 5453 relevant lines covered (100.0%)

9810.61 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28924033557.1 08 Jul 2026 07:03AM UTC 84
100.0
GitHub Action Run
Source Files on build 28924033557
  • Tree
  • List 84
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28924033557
  • a1b244e7 on github
  • Prev Build on main (#28923673550)
  • Next Build on main (#28925764451)
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