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

Alan-Jowett / sonde / 26587877106
82%

Build:
DEFAULT BRANCH: main
Ran 28 May 2026 04:41PM UTC
Jobs 1
Files 130
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 04:30PM UTC coverage: 82.293% (+0.02%) from 82.278%
26587877106

push

github

web-flow
ci: parallelize Android debug and release APK builds (#1081)

* 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>

---------

Co-authored-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

39651 of 48183 relevant lines covered (82.29%)

236.84 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26587877106.1 28 May 2026 04:41PM UTC 130
82.29
GitHub Action Run
Source Files on build 26587877106
  • Tree
  • List 130
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26587877106
  • 772f9d53 on github
  • Prev Build on main (#26586104596)
  • Next Build on main (#26591860994)
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