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

dangernoodle-io / breadboard / 29690687796
96%

Build:
DEFAULT BRANCH: main
Ran 19 Jul 2026 02:23PM UTC
Jobs 1
Files 174
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 02:21PM UTC coverage: 96.111% (+0.003%) from 96.108%
29690687796

push

github

web-flow
feat: bb_storage_nvs list_entries + get_stats (NVS enumeration backend) (#942)

Implements PR6 of the bb_storage inventory epic: the espidf bb_storage_nvs
backend's list_entries/get_stats vtable pair (PR5, merged), wired to real
ESP-IDF nvs_entry_find/_next/_info/_release + nvs_get_stats calls.

- ns_or_dir == NULL enumerates all namespaces (nvs_entry_find's NULL-filter
  convention, per PR5's documented contract).
- Loud truncation: *count always reports the true total, even past cap.
- nvs_type_t -> bb_storage_enc_t mapping is a new pure, host-testable helper
  (bb_storage_nvs_classify_nvs_type); unrepresentable types fall back to
  BLOB rather than erroring.
- Per-entry value-length probe is best-effort and non-fatal: a probe
  failure logs a WARN and reports len=0 without aborting the enumeration.
- get_stats reports NVS's native 32-byte-entry-slot accounting (*32),
  documented as an approximation, not exact partition-byte accounting.
- Host testability follows the existing bb_storage_nvs_txn_ops_t seam
  pattern: a new bb_storage_nvs_entry_ops_t (find/next/info/release +
  open/probe_len/close + stats), BB_STORAGE_NVS_TESTING-gated, lets a host
  test drive the find->next->info iteration orchestration against a fake
  without any real NVS backing.


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

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

7185 of 7792 branches covered (92.21%)

Branch coverage included in aggregate %.

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

12189 of 12366 relevant lines covered (98.57%)

1206.74 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29690687796.1 19 Jul 2026 02:23PM UTC 174
96.11
GitHub Action Run
Source Files on build 29690687796
  • Tree
  • List 174
  • 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 #29690687796
  • f6ec1529 on github
  • Prev Build on main (#29689652041)
  • Next Build on main (#29691606448)
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