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

dangernoodle-io / breadboard / 29161347671
95%

Build:
DEFAULT BRANCH: main
Ran 11 Jul 2026 05:19PM UTC
Jobs 1
Files 82
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

11 Jul 2026 05:17PM UTC coverage: 100.0%. Remained the same
29161347671

push

github

web-flow
feat: migrate boot-count to bb_system boot-health (#816)

- adds bb_system_boot_count_get/_increment/_reset + BB_SYSTEM_BOOT_FAIL_THRESHOLD,
  co-located with the reboot-reason record under the bb_reboot NVS namespace
  (ESP-IDF: via bb_nv's generic get_u8/set_u8; host/arduino: in-memory,
  fully round-trippable for host tests, unlike the prior ESP-only bb_nv api)
- switches bb_ota_validator, bb_wifi, wifi_reconn off bb_nv_config_*_boot_count
  onto the new bb_system api; drops bb_nv from bb_ota_validator's CMakeLists
  (boot-count was its only bb_nv use); bb_wifi keeps bb_nv (pending-creds,
  hostname)
- deletes the bb_nv boot-count functions + BB_NV_CONFIG_BOOT_FAIL_THRESHOLD
- adds bb_system host tests for get/increment/reset/saturate/threshold
- adds BB_REBOOT_KEY_BOOT_CNT to the bb_nv_keys.h SSOT registry alongside its
  BB_REBOOT_KEY_LAST/_HISTORY siblings, replacing the local
  BB_SYSTEM_BOOT_CNT_NVS_KEY define
- migration is non-preserving-but-safe: the old bb_cfg/boot_cnt value is
  orphaned (not carried forward), and the counter resets to 0 on a
  pre-migration-to-post-migration OTA; safe because the counter is zeroed
  on every successful WiFi connect and a device must have connected
  recently to fetch the OTA, so the reset only discards partial
  fail-progress on an already-healthy device

part of the bb_nv dissolution epic (B1-708)


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

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

3319 of 3319 branches covered (100.0%)

Branch coverage included in aggregate %.

5268 of 5268 relevant lines covered (100.0%)

9712.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29161347671.1 11 Jul 2026 05:19PM UTC 82
100.0
GitHub Action Run
Source Files on build 29161347671
  • Tree
  • List 82
  • 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 #29161347671
  • 66130e8f on github
  • Prev Build on main (#29143104241)
  • Next Build on main (#29163525742)
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