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

dangernoodle-io / breadboard / 29345082890
96%

Build:
DEFAULT BRANCH: main
Ran 14 Jul 2026 03:24PM UTC
Jobs 1
Files 157
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

14 Jul 2026 03:22PM UTC coverage: 95.289%. Remained the same
29345082890

push

github

web-flow
refactor: move reboot-record from bb_nv to bb_system (B1-750) (#863)

bb_nv_reboot_record_save relocates to bb_system as
bb_system_reboot_record_save (components/bb_system/src/bb_system_reboot_record.c),
consistent with bb_system already owning the reboot-reason SSOT (B1-532)
and boot-count (B1-753) under the same NVS namespace.

Preserved byte-for-byte: namespace BB_REBOOT_NVS_NS ("bb_reboot"),
keys BB_REBOOT_KEY_LAST ("last") / BB_REBOOT_KEY_HISTORY ("history"),
and the delimited-string record encoding (bb_reboot_record_encode,
unchanged in bb_core). Only the persist-glue function moved; its body,
signature, and behavior are unchanged.

bb_nv_routes.c's factory-reset path now calls bb_system_reboot_record_save
(via a new bb_nv PRIV_REQUIRES bb_system — a small PRIV_REQUIRES-only
cycle with bb_system's existing PRIV_REQUIRES bb_nv, resolved automatically
by the linker per ESP-IDF's documented circular-dependency handling;
verified across all 5 smoke boards). Factory-reset's NVS erase / RTC
mirror invalidation / esp_restart() sequencing is untouched.

Tests migrated from test_nv_generic.c to test_bb_system.c
(test_bb_system_reboot_record_save_round_trips_via_get_str,
test_bb_system_reboot_record_save_null_detail), renamed to the new
symbol, no behavior change.


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

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

6893 of 7531 branches covered (91.53%)

Branch coverage included in aggregate %.

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

11575 of 11850 relevant lines covered (97.68%)

2464.31 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29345082890.1 14 Jul 2026 03:24PM UTC 157
95.29
GitHub Action Run
Source Files on build 29345082890
  • Tree
  • List 157
  • 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 #29345082890
  • 88370eea on github
  • Prev Build on main (#29343248147)
  • Next Build on main (#29350267458)
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