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

dangernoodle-io / breadboard / 30418595123
97%

Build:
DEFAULT BRANCH: main
Ran 29 Jul 2026 03:06AM UTC
Jobs 1
Files 203
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

29 Jul 2026 03:05AM UTC coverage: 96.563% (+0.003%) from 96.56%
30418595123

push

github

web-flow
fix: retry reboot-record NVS save once before restarting (#1126)

The reboot-reason record persist ahead of a restart was best-effort with no
mitigation for a transient NVS failure -- the diagnostic was simply lost with
a log line as the only evidence (which may itself not survive esp_restart()).

Add bb_system_reboot_record_save_retry(): one retry on a non-encode failure
before giving up. bb_system_reboot_record_save() re-opens/re-writes/
re-commits the NVS handle from scratch on every call, so the retry is a
genuinely independent second attempt, not a no-op replay of the same commit.
Deliberately best-effort -- the restart proceeds regardless of either
attempt's outcome, since a stranded board is worse than a lost diagnostic.

Both call sites that persist-then-restart now share the retry:
bb_system_restart_reason_at() and factory_reset_reboot_work_fn().

Refs B1-1257.

7896 of 8500 branches covered (92.89%)

Branch coverage included in aggregate %.

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

13425 of 13580 relevant lines covered (98.86%)

2607.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30418595123.1 29 Jul 2026 03:06AM UTC 203
96.56
GitHub Action Run
Source Files on build 30418595123
  • Tree
  • List 203
  • 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 #30418595123
  • 27c2b316 on github
  • Prev Build on main (#30417839708)
  • Next Build on main (#30419712202)
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