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

dangernoodle-io / breadboard / 26202819781
100%

Build:
DEFAULT BRANCH: main
Ran 21 May 2026 03:01AM UTC
Jobs 1
Files 18
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

21 May 2026 03:00AM UTC coverage: 100.0%. Remained the same
26202819781

push

github

web-flow
refactor(bb_nv): extract config key macros and set helpers (#292)

F13: define BB_NV_KEY_* macros for all six config key strings
(wifi_ssid, wifi_pass, hostname, mdns_en, update_check_en, display_en)
and replace every raw literal in bb_nv.c with the corresponding macro —
manifest metadata table, bb_nv_config_init load calls, and all setters.

F14/F22: extract two static helpers in the ESP_PLATFORM block:
- nv_config_set_u8(key, val) — open BB_NV_CONFIG_NAMESPACE, set u8, commit, close
- nv_config_set_str(key, val) — open BB_NV_CONFIG_NAMESPACE, set str, commit, close

replace the open/set/commit/close boilerplate in five setter functions with
one-line calls to these helpers:
- bb_nv_config_set_wifi          → two nv_config_set_str calls
- bb_nv_config_set_hostname      → nv_config_set_str
- bb_nv_config_set_display_enabled → nv_config_set_u8
- bb_nv_config_set_mdns_enabled  → nv_config_set_u8
- bb_nv_config_set_update_check_enabled → nv_config_set_u8

public api surface unchanged. test: 977/977 pass, 100% line/branch coverage.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

1140 of 1140 branches covered (100.0%)

Branch coverage included in aggregate %.

2034 of 2034 relevant lines covered (100.0%)

953.23 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26202819781.1 21 May 2026 03:01AM UTC 18
100.0
GitHub Action Run
Source Files on build 26202819781
  • Tree
  • List 18
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26202819781
  • ba974eaf on github
  • Prev Build on main (#26202581853)
  • Next Build on main (#26203095379)
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