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

supabase / supabase-flutter / 27218074879
85%

Build:
DEFAULT BRANCH: main
Ran 09 Jun 2026 03:51PM UTC
Jobs 1
Files 72
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

09 Jun 2026 03:45PM UTC coverage: 80.615%. Remained the same
27218074879

push

github

web-flow
ci: disable Flutter SDK cache for floating 3.x version (#1389)

## Summary

- The `supabase_flutter` CI was failing on "Test Flutter v3.x on
windows-latest" at the Setup Flutter step with no visible error output.
- Root cause: `cache: true` restores a pre-compiled Flutter SDK (~1.8
GB) containing runner-image-specific binaries. When the runner image is
updated, the cached binaries fail silently after extraction. The same
issue can affect macOS and Linux runners.
- `3.19.x` is unaffected because it resolves to a pinned version whose
cache remains stable across runner updates. Only the floating `3.x`
(latest stable) is flaky.
- Fix: disable the SDK cache for all `3.x` combinations via `cache: ${{
matrix.flutter-version != '3.x' }}`.

## Test plan

- [ ] "Test Flutter v3.x on windows-latest" passes without the
stale-cache failure
- [ ] "Test Flutter v3.x on ubuntu-latest" and "Test Flutter v3.x on
macos-latest" are unaffected
- [ ] All `3.19.x` matrix combinations still use the cache as before

3568 of 4426 relevant lines covered (80.61%)

2.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27218074879.1 09 Jun 2026 03:51PM UTC 72
80.61
GitHub Action Run
Source Files on build 27218074879
  • Tree
  • List 72
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27218074879
  • 751070ad on github
  • Prev Build on main (#27217660770)
  • Next Build on main (#27268310627)
  • Delete
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