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

supabase / supabase-flutter / 17069216367 / 1
80%
main: 80%

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

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>

3105 of 3846 relevant lines covered (80.73%)

2.64 hits per line

Source Files on job 17069216367.1
  • Tree
  • List 65
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 17069216367
  • 2b818e08 on github
  • Prev Job for on main (#16305074338.1)
  • Next Job for on main (#17092650713.1)
  • 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