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

dangernoodle-io / breadboard / 27486520383
100%

Build:
DEFAULT BRANCH: main
Ran 14 Jun 2026 02:59AM UTC
Jobs 1
Files 35
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 Jun 2026 02:58AM UTC coverage: 100.0%. Remained the same
27486520383

push

github

web-flow
fix(bb_nv): add bb_nv_exists; report telemetry *_set by key existence not an 8-byte probe (#424)

- declare bool bb_nv_exists(ns, key) in bb_nv.h: true when key is present
  with a non-empty value (required > 1 including NUL)
- esp-idf backend: nvs_get_str(NULL, &required) == ESP_OK && required > 1
- host backend: key present in in-memory store with non-empty val[0]
- mqtt_telemetry + sink_http_telemetry section-get: replace 8-byte probe
  buffers with bb_nv_exists — a real PEM (>8 bytes) was causing bb_nv_get_str
  to return truncated/empty, reporting ca_set=false even when cert was stored
- fix stale test_main.c forward-decl left by commit 1: replace removed
  test_bb_tls_creds_len_matches_strlen with the two replacement functions
  added to test_bb_tls_creds.c in b560283 (was causing linker failure)
- add 5 bb_nv_exists host tests: absent/short/long(>8B)/null-ns/null-key

1665 of 1665 branches covered (100.0%)

Branch coverage included in aggregate %.

2775 of 2775 relevant lines covered (100.0%)

1101.51 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27486520383.1 14 Jun 2026 02:59AM UTC 35
100.0
GitHub Action Run
Source Files on build 27486520383
  • Tree
  • List 35
  • 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 #27486520383
  • 718c9f50 on github
  • Prev Build on main (#27486338380)
  • Next Build on main (#27486715791)
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