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

dangernoodle-io / breadboard / 26700706579
100%

Build:
DEFAULT BRANCH: main
Ran 31 May 2026 02:09AM UTC
Jobs 1
Files 21
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

31 May 2026 02:08AM UTC coverage: 100.0%. Remained the same
26700706579

push

github

web-flow
feat(bb_update_check): distinct outcome for no-firmware-asset (up_to_date / available / no_asset / failed) (#318)

- update-check collapsed "release exists but no asset for this board" into BB_ERR_NOT_FOUND (261) = check_failed, identical to network/parse errors; consumers polling last_check_ok hung/misreported ("timeout")
- adds bb_update_check_outcome_t enum {unknown, up_to_date, available, no_asset, failed} to status struct + "outcome" string in /api/update/status json
- no_asset is a SUCCESS terminal (last_check_ok=true, available=false); distinct from up_to_date
- parser returns BB_OK + empty download_url for parsed-but-no-asset; genuine malformed/404 still errors → outcome=failed
- streaming parser _end distinguishes tag_found=true+url_found=false (no-asset, BB_OK) from tag_found=false (malformed, BB_ERR_NOT_FOUND)
- buffered parser loop returns BB_OK+empty url when tag found but no name match; matching-asset-missing-url still returns BB_ERR_NOT_FOUND
- bb_ota_pull ota_fetch_manifest checks out_url[0]=='\0' after BB_OK and returns BB_ERR_NOT_FOUND so its callers are unaffected
- fixes taipanminer c3/s2 (excluded from release.yml): checked → 261 → false "timeout"/hang; now → clean "no firmware for this board"
- host tests cover all four outcomes + parser no-asset/malformed/match paths; 1097 tests pass

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

1356 of 1356 branches covered (100.0%)

Branch coverage included in aggregate %.

48 of 48 new or added lines in 3 files covered. (100.0%)

2314 of 2314 relevant lines covered (100.0%)

907.64 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26700706579.1 31 May 2026 02:08AM UTC 21
100.0
GitHub Action Run
Source Files on build 26700706579
  • Tree
  • List 21
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26700706579
  • 1f53e8c3 on github
  • Prev Build on main (#26693251061)
  • Next Build on main (#26701225321)
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