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

Alan-Jowett / sonde / 26596656837
82%

Build:
DEFAULT BRANCH: main
Ran 28 May 2026 07:32PM UTC
Jobs 1
Files 124
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

28 May 2026 07:16PM UTC coverage: 82.171% (-0.08%) from 82.248%
26596656837

push

github

web-flow
Remove `sonde-bundle` crate and all app-bundle specifications (#1087)

* fix(ci): use github.ref fallback in concurrency groups to cancel superseded main builds

All 9 workflows used `github.head_ref || github.run_id` for their
concurrency group key. On push events (including merges to main),
`github.head_ref` is empty so the expression fell back to
`github.run_id`, which is unique per run. This meant every push
to main got its own concurrency group and no in-progress runs were
ever cancelled — causing a backlog of redundant CI builds when
multiple dependabot PRs are merged in quick succession.

Replaced `github.run_id` with `github.ref` so that:
- PR builds still get per-branch groups (via `head_ref`)
- Main-branch builds share a single group (`refs/heads/main`)
  and newer runs cancel older superseded ones

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* ci: parallelize Android debug and release APK builds

Split the single sequential uild-apk job into two parallel jobs:
- \uild-debug-apk\: always runs, produces \sonde-pair-android-debug\
- \uild-release-apk\: bails early if signing secrets are absent,
  otherwise produces \sonde-pair-android-release\

The Android APK was the nightly release critical path at ~23.6 min
(debug + release sequential). Running them in parallel should cut
this to ~12-14 min, saving ~10 min on the nightly wall-clock time.

Additional improvements:
- Signing secret check moved to first step in the release job so
  it bails before checkout/cache when secrets are unconfigured
- Cache keys differentiated per profile (\ndroid-aarch64-debug-\
  vs \ndroid-aarch64-release-\) to avoid cache thrashing

Artifact names are unchanged so nightly-release.yml requires no
modifications.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Remove sonde-bundle crate and all app-bundle specifications

The sonde-bundle CLI tool and its .sondeapp archive format are
removed entirely.  The gateway... (continued)

37858 of 46072 relevant lines covered (82.17%)

251.56 hits per line

Coverage Regressions

Lines Coverage ∆ File
7
81.5
-0.27% crates/sonde-azure-companion/src/main.rs
Jobs
ID Job ID Ran Files Coverage
1 26596656837.1 28 May 2026 07:32PM UTC 124
82.17
GitHub Action Run
Source Files on build 26596656837
  • Tree
  • List 124
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26596656837
  • af866820 on github
  • Prev Build on main (#26591860994)
  • Next Build on main (#26606283935)
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