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

dangernoodle-io / breadboard / 29343248147
95%

Build:
DEFAULT BRANCH: main
Ran 14 Jul 2026 02:59PM 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 02:58PM UTC coverage: 95.289% (+0.006%) from 95.283%
29343248147

push

github

web-flow
refactor: move display/mdns/update-check flags from bb_nv to bb_settings (B1-750) (#862)

Moves display_enabled, mdns_enabled, and update_check_enabled from bb_nv
(platform/espidf/bb_nv/bb_nv.c) to bb_settings, following the
hostname/timezone precedent (B1-754/B1-750). Byte-compat preserved: same
NVS namespace "bb_cfg", same keys "display_en"/"mdns_en"/"update_check_en",
same nvs_get_u8/nvs_set_u8 (BB_CONFIG_BOOL -> BB_STORAGE_ENC_U8) encoding.
Default-when-unset stays true (display/mdns/update-check on) for all three,
with fail-open-to-true on a real backend I/O error too, matching bb_nv's
prior "nvs_get_u8(...) != ESP_OK -> default 1" behavior exactly.

- bb_display_info.c: bb_nv_config_display_enabled() -> bb_settings_display_enabled_get()
- bb_ota_check_common.c: update_check_enabled get/set -> bb_settings equivalents
- mdns_enabled has zero production consumers today (uncomposed, not dead) --
  moved as-is per B1-750 scope
- provisioned flag untouched (deferred to the creds cluster, B1-935)

Dropping display_en/mdns_en/update_check_en from bb_nv's s_bb_cfg_keys[]
manifest table removes them from /api/manifest -- a known, accepted gap
(B1-936); bb_settings has no manifest registration yet.


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 %.

26 of 26 new or added lines in 2 files covered. (100.0%)

11575 of 11850 relevant lines covered (97.68%)

2409.28 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29343248147.1 14 Jul 2026 02:59PM UTC 157
95.29
GitHub Action Run
Source Files on build 29343248147
  • Tree
  • List 157
  • Changed 3
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29343248147
  • f66d5f96 on github
  • Prev Build on main (#29340296252)
  • Next Build on main (#29345082890)
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