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

supabase / supabase-flutter / 19299130655
80%

Build:
DEFAULT BRANCH: main
Ran 12 Nov 2025 01:36PM UTC
Jobs 1
Files 70
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

12 Nov 2025 01:30PM UTC coverage: 79.75%. Remained the same
19299130655

push

github

web-flow
ci: improve GitHub Actions workflows reliability and performance (#1265)

* ci: improve workflow reliability and performance (Phase 1)

- Replace deprecated jakejarvis/wait-action with native sleep command
- Add concurrency control to cancel outdated workflow runs
- Add timeout-minutes to all jobs to prevent infinite hangs
- Standardize test concurrency flag across all package workflows

These changes improve CI reliability and reduce resource usage by
preventing stuck jobs and canceling redundant runs on new commits.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* ci: add caching and simplify analyzer steps (Phase 2)

Performance improvements:
- Add dependency caching to all Dart workflows using actions/cache@v4
- Enable built-in caching for Flutter workflows via cache: true
- Add caching to release workflows for faster execution
- Combine duplicate analyzer steps into single conditional step

These changes improve CI performance by ~2-3 minutes per run through
dependency caching and reduce workflow complexity by eliminating
duplicate analyzer step definitions.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* fix(storage): remove unnecessary http_parser import

Remove unnecessary import of package:http_parser/http_parser.dart
as MediaType is already provided by package:http/http.dart.

Fixes analyzer warning: unnecessary_import

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* fix(storage): import MediaType from http package

MediaType is exported from package:http/http.dart, so import it
explicitly with show clause instead of from http_parser package.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* fix(storage): add ClientException to imports

Add ClientException to the explicit imports fr... (continued)

3320 of 4163 relevant lines covered (79.75%)

2.7 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
92
62.02
0.0% packages/gotrue/lib/src/gotrue_client.dart
Jobs
ID Job ID Ran Files Coverage
1 19299130655.1 12 Nov 2025 01:36PM UTC 70
79.75
GitHub Action Run
Source Files on build 19299130655
  • Tree
  • List 70
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #19299130655
  • 8ff46ff9 on github
  • Prev Build on main (#19296397592)
  • Next Build on main (#19325526769)
  • 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

© 2025 Coveralls, Inc