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

dangernoodle-io / breadboard / 28248155320
100%

Build:
DEFAULT BRANCH: main
Ran 26 Jun 2026 03:33PM UTC
Jobs 1
Files 40
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

26 Jun 2026 03:32PM UTC coverage: 100.0%. Remained the same
28248155320

push

github

web-flow
fix(bb_version): unify version source + fix /api/update/status truncation (TA-462) (#561)

Two root causes, one PR:

1. cmake/bb_version.cmake reimplemented the full version logic independently and
   was not updated by PR #560, which rewrote scripts/bb_version.py with the new
   format (dev-<tm-ref>-bb-<ref>). As a result /api/info (esp_app_desc.version /
   PROJECT_VER) showed the stale old format (dev-g<sha>[-dirty]-bb-g<sha>[-dirty]).
   Fix: add --emit CLI to bb_version.py (prints bare version to stdout, no log
   line) and rewrite cmake/bb_version.cmake to delegate via execute_process so
   there is ONE implementation. BB_FW_VERSION env override fast-path preserved.

2. bb_update_check_status_t.current was char[24], truncating dev-format versions
   to ~22 chars (observed "dev-f218d41+7634-bb-mai" vs expected "…bb-main").
   The longest dev format "dev-<7sha>+<4hash>-bb-<7sha>+<4hash>" is 36 chars.
   Fix: widen current and latest to char[BB_UPDATE_CHECK_VERSION_BUF] (48). Add
   BB_UPDATE_CHECK_VERSION_BUF constant + static_assert in the emit test.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

1752 of 1752 branches covered (100.0%)

Branch coverage included in aggregate %.

2924 of 2924 relevant lines covered (100.0%)

1268.34 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28248155320.1 26 Jun 2026 03:33PM UTC 40
100.0
GitHub Action Run
Source Files on build 28248155320
  • Tree
  • List 40
  • 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 #28248155320
  • df0b78f8 on github
  • Prev Build on main (#28222296396)
  • Next Build on main (#28254550099)
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