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

dangernoodle-io / breadboard / 25285151289
100%

Build:
DEFAULT BRANCH: main
Ran 03 May 2026 04:57PM UTC
Jobs 1
Files 10
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

03 May 2026 04:56PM UTC coverage: 100.0%. Remained the same
25285151289

push

github

web-flow
feat(bb_nv): add batched setter API for atomic multi-key commits (B1-165) (#194)

Per-key bb_nv_set_* opens, sets, commits, and closes its own NVS handle.
Consumers that store related multi-field state (e.g. TaipanMiner's
mining_stats_save_lifetime: 3× bb_nv_set_u32 for shares + hashes_lo/hi)
pay 3× the flash-bus time and produce 3× the wear vs one batched commit.
On the share-accept hot path under concurrent flash use (TLS handshake,
OTA), that contention stalled mining_hw long enough to trip the task
watchdog (TA-347).

Add bb_nv_batch_t opaque struct + begin / set_u8 / set_u16 / set_u32 /
set_str / commit. ESP-IDF backend wraps a single nvs_handle_t with a
sticky-error guard; commit issues nvs_commit and closes the handle in one
pass. Arduino backend forwards each set to the per-key API (no flash-bus
contention to amortize on EEPROM, but API parity preserved). Host stubs
validate args and return BB_OK.

10 new host tests cover null-arg, before-begin / after-commit ordering,
sticky-error semantics, and a 3×u32 happy path mirroring TM's call site.

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

336 of 336 branches covered (100.0%)

Branch coverage included in aggregate %.

557 of 557 relevant lines covered (100.0%)

495.68 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25285151289.1 03 May 2026 04:57PM UTC 10
100.0
GitHub Action Run
Source Files on build 25285151289
  • Tree
  • List 10
  • 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 #25285151289
  • 8528cf3f on github
  • Prev Build on main (#25281398337)
  • Next Build on main (#25285776578)
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