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

supabase / supabase-flutter / 28653953368
86%

Build:
DEFAULT BRANCH: main
Ran 03 Jul 2026 10:14AM UTC
Jobs 8
Files 81
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

03 Jul 2026 10:14AM UTC coverage: 86.034%. Remained the same
28653953368

push

github

web-flow
ci: speed up build and test pipelines (#1524)

## What

Several changes to cut CI wall-clock time on `build.yml` and `test.yml`.

### `build.yml`
- **Add caching where there was none.** Cache pub dependencies (via
`PUB_CACHE`) and the Gradle caches/wrapper for the Android build. The
Flutter SDK cache stays off (`cache: false`) as before due to the known
flakiness with latest stable.
- **Split the Flutter builds into per-target parallel jobs.** Previously
each OS runner built its targets serially (ubuntu did web → linux → apk
in one job). Now `web`, `linux`, `apk`, `macos`, `ios`, and `windows`
each run as their own matrix job concurrently.

### `test.yml`
- **Only run the beta/dev Dart SDK matrix on pushes to `main`.** Pull
requests now test `stable` only, cutting the Dart test job count by ~66%
per PR. Upcoming-SDK breakage is still caught on merge to main. Driven
by a new `sdk-matrix` output from the detect job.

## Trade-offs
- Splitting builds per target increases the number of runners used for
the build job, trading runner minutes for wall-clock time.
- beta/dev SDK regressions surface on merge to main rather than on the
PR.

## Follow-up
- Pinning melos is deferred until pub workspaces are set up in a
separate PR.

4226 of 4912 relevant lines covered (86.03%)

4.03 hits per line

Jobs
ID Job ID Ran Files Coverage
1 gotrue - 28653953368.1 03 Jul 2026 10:18AM UTC 27
84.75
GitHub Action Run
2 realtime_client - 28653953368.2 03 Jul 2026 10:18AM UTC 11
89.15
GitHub Action Run
3 functions_client - 28653953368.3 03 Jul 2026 10:15AM UTC 2
98.63
GitHub Action Run
4 postgrest - 28653953368.4 03 Jul 2026 10:17AM UTC 9
84.31
GitHub Action Run
5 supabase - 28653953368.5 03 Jul 2026 10:15AM UTC 15
81.8
GitHub Action Run
6 supabase_flutter - 28653953368.6 03 Jul 2026 10:16AM UTC 11
79.0
GitHub Action Run
7 storage_client - 28653953368.7 03 Jul 2026 10:16AM UTC 5
93.16
GitHub Action Run
8 yet_another_json_isolate - 28653953368.8 03 Jul 2026 10:14AM UTC 1
79.03
GitHub Action Run
Source Files on build 28653953368
  • Tree
  • List 81
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28653953368
  • ae930ea1 on github
  • Prev Build on main (#28652953121)
  • Next Build on main (#28660438399)
  • 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