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

supabase / supabase-flutter / 17069216367
80%

Build:
DEFAULT BRANCH: main
Ran 19 Aug 2025 12:21PM UTC
Jobs 1
Files 65
Run time 6min
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

19 Aug 2025 12:14PM UTC coverage: 80.733% (+0.1%) from 80.623%
17069216367

push

github

web-flow
fix(storage): Resolve MultipartRequest finalization error in retry mechanism (#1208)

When using StorageRetryController, failed uploads would trigger retries that attempted to reuse the same MultipartRequest object. Since MultipartRequest objects become finalized after the first send() call, subsequent retry attempts would throw "Can't finalize a finalized Request" StateError.

This fix creates a fresh MultipartRequest for each retry attempt by introducing a createRequest() factory function that generates new request objects with all the necessary headers, files, and fields configured correctly.

Fixes the retry functionality for file uploads with StorageRetryController, making it reliable for handling network failures during large file uploads.

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

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

10 of 11 new or added lines in 1 file covered. (90.91%)

90 existing lines in 2 files now uncovered.

3105 of 3846 relevant lines covered (80.73%)

2.64 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
94.17
0.12% packages/storage_client/lib/src/fetch.dart

Uncovered Existing Lines

Lines Coverage ∆ File
1
87.5
-2.5% packages/supabase_flutter/lib/src/local_storage.dart
89
65.6
0.83% packages/gotrue/lib/src/gotrue_client.dart
Jobs
ID Job ID Ran Files Coverage
1 17069216367.1 19 Aug 2025 12:21PM UTC 65
80.73
GitHub Action Run
Source Files on build 17069216367
  • Tree
  • List 65
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #17069216367
  • 2b818e08 on github
  • Prev Build on main (#16305074338)
  • Next Build on main (#17092650713)
  • 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