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

supabase / cli / 28460074380
65%
develop: 65%

Build:
Build:
LAST BUILD BRANCH: avallete/exciting-noyce-078f0e
DEFAULT BRANCH: develop
Ran 30 Jun 2026 04:37PM UTC
Jobs 1
Files 229
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

30 Jun 2026 04:31PM UTC coverage: 65.001%. Remained the same
28460074380

push

github

web-flow
ci: migrate build artifact handoff from cache to artifacts (#5740)

Replace GitHub Actions cache with artifacts for passing build outputs
between jobs in the release workflow. This improves reliability by using
run-scoped artifacts with deterministic retention instead of a shared 10
GB cache budget that can be evicted LRU mid-run.

**Key changes:**

- **build-cli-artifacts.yml**: Replace `actions/cache/save` with
`actions/upload-artifact` to hand off compiled binaries and dist files
to downstream jobs. Artifacts are configured with 1-day retention, light
compression (binaries already compressed), and overwrite enabled for job
re-runs.

- **release-shared.yml**: Replace all `actions/cache/restore` calls with
`actions/download-artifact` in publish, publish-homebrew, and
publish-scoop jobs. Update artifact names to match the new naming scheme
(`cli-build-{shell}-{version}{suffix}`).

- **build-cli-artifacts.yml**: Rename `cache_key_suffix` input to
`artifact_name_suffix` for clarity.

- **release-shared.yml**: Add missing binary permission fix step in the
npm-publish job (chmod +x on compiled binaries) to match the pattern
used in other publish jobs, since artifacts don't preserve Unix
permissions.

- **publish-preview-cli-packages.yml**: Update preview build artifact
retrieval to use `actions/download-artifact`.

This change eliminates the risk of cache eviction between the build
producer and downstream consumers while simplifying the artifact naming
and handoff logic.

https://claude.ai/code/session_012AkD2XxUdcrBLH58fQr7yi

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

10982 of 16895 relevant lines covered (65.0%)

10.44 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
82.41
0.0% internal/storage/rm/rm.go
Jobs
ID Job ID Ran Files Coverage
1 28460074380.1 30 Jun 2026 04:37PM UTC 229
65.0
GitHub Action Run
Source Files on build 28460074380
  • Tree
  • List 229
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28460074380
  • 49db0064 on github
  • Prev Build on gh-readonly-queue/develop/pr-5739-b48fad60ad441a111dde7f98762e969da366a709 (#28456825464)
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