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

dangernoodle-io / breadboard / 30675545686
97%

Build:
DEFAULT BRANCH: main
Ran 01 Aug 2026 12:28AM UTC
Jobs 1
Files 212
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

01 Aug 2026 12:26AM UTC coverage: 96.775%. Remained the same
30675545686

push

github

web-flow
refactor: delete dead static-stack branch in bb_ota_check espidf (#1170)

CONFIG_BB_OTA_CHECK_AUTOREGISTER is not declared in any Kconfig (only
referenced in a help-text comment in components/bb_ota_boot/Kconfig).
An undeclared identifier in a C #if evaluates to 0, so the guard
`#if CONFIG_BB_OTA_STATIC_STACK && CONFIG_BB_OTA_CHECK_AUTOREGISTER`
short-circuited false unconditionally on every board that has ever
existed, regardless of CONFIG_BB_OTA_STATIC_STACK. The guarded
static-BSS task-stack/TCB allocation path has never executed on any
board.

This deletes the dead #if branch entirely (both the static buffer
declarations and the try_spawn() static-backing task config),
collapsing to the always-taken dynamic-allocation path unconditionally.
It does NOT simply drop the "&& CONFIG_BB_OTA_CHECK_AUTOREGISTER" term
and leave "#if CONFIG_BB_OTA_STATIC_STACK" live -- doing so would make
the static-stack path go live for the first time ever, an unvalidated
BSS-vs-heap allocation change never exercised on hardware. Whether to
revive static-stack allocation at all is tracked separately as
B1-1333.

CONFIG_BB_OTA_STATIC_STACK now has no remaining reference in this
file; its Kconfig declaration is untouched since other files may still
reference it (B1-1333 decides its fate).

The di_legacy fence baseline shrank 20 -> 19 (autoregister_usage marker
pruned, shrink-only --update-baseline).

B1-1327

8103 of 8676 branches covered (93.4%)

Branch coverage included in aggregate %.

13743 of 13898 relevant lines covered (98.88%)

2581.09 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30675545686.1 01 Aug 2026 12:28AM UTC 212
96.78
GitHub Action Run
Source Files on build 30675545686
  • Tree
  • List 212
  • 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 #30675545686
  • f6f732f4 on github
  • Prev Build on main (#30674719077)
  • Next Build on main (#30676019275)
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