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

dangernoodle-io / breadboard / 27920978336
100%

Build:
DEFAULT BRANCH: main
Ran 21 Jun 2026 11:31PM UTC
Jobs 1
Files 36
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 Jun 2026 11:30PM UTC coverage: 100.0%. Remained the same
27920978336

push

github

web-flow
fix: wire Kconfig CONFIG_BB_NET_HEALTH_* into public knobs (#488)

bb_net_health.h defined tuning knobs with bare #ifndef fallbacks, so
CONFIG_BB_NET_HEALTH_* symbols generated by Kconfig were silently ignored
and menuconfig changes had no effect on esp-idf builds.

add #ifdef ESP_PLATFORM / #ifdef CONFIG_* bridges before each #ifndef
fallback for all four knobs: RSSI_GOOD, RSSI_MARGINAL_LO, HYST_DOWN,
HYST_UP. Kconfig defaults (-67, -75, 3, 3) match the numeric fallbacks
so behavior is unchanged at default config.

host build continues to fall through to numeric fallbacks — no
sdkconfig.h present there so esp_platform is never defined.

- 2409/2409 tests pass
- bb_net_health branch coverage: 100% (34/34 branches)

1718 of 1718 branches covered (100.0%)

Branch coverage included in aggregate %.

2845 of 2845 relevant lines covered (100.0%)

1226.63 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27920978336.1 21 Jun 2026 11:31PM UTC 36
100.0
GitHub Action Run
Source Files on build 27920978336
  • Tree
  • List 36
  • 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 #27920978336
  • baf03799 on github
  • Prev Build on main (#27919847966)
  • Next Build on main (#27921112169)
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