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

dangernoodle-io / breadboard / 29706571014
96%

Build:
DEFAULT BRANCH: main
Ran 19 Jul 2026 10:41PM UTC
Jobs 1
Files 178
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

19 Jul 2026 10:40PM UTC coverage: 96.121%. Remained the same
29706571014

push

github

web-flow
feat: gate codegen dependents on their requires= providers' success (B1-853) (#947)

The generated bb_app_init.c ran every init unconditionally, so a
requires=-marked dependent (e.g. bb_wifi_autoinit, requires=storage_nvs)
still ran even if its provider (bb_storage_nvs_register) failed. Emit
file-scope bb_app_avail_<token> flags set true when a provides= entry
returns BB_OK; wrap every requires= entry's call in an availability
guard that skips (with a WARN log) rather than aborts, so a failed or
skipped provider transitively skips its dependents without disturbing
first-error semantics. Entries with no requires= emit byte-identically
to before.

7241 of 7856 branches covered (92.17%)

Branch coverage included in aggregate %.

12311 of 12485 relevant lines covered (98.61%)

1195.27 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29706571014.1 19 Jul 2026 10:41PM UTC 178
96.12
GitHub Action Run
Source Files on build 29706571014
  • Tree
  • List 178
  • 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 #29706571014
  • 54016210 on github
  • Prev Build on main (#29706158229)
  • Next Build on main (#29706848294)
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