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

supabase / supabase-swift / 25376052761

05 May 2026 12:22PM UTC coverage: 80.446%. First build
25376052761

Pull #988

github

grdsdev
fix(storage): usesTempFileUpload falls back to true on size-read failure

Previously the property was get throws, so a resourceValues failure
(symlink, network-mounted path, etc.) would abort the multipart upload
entirely. The smart-default TUS-vs-multipart routing uses ?? Int.max for
the same operation, conservatively routing to TUS.

Apply the same philosophy here: absorb the error, fall back to true
(use the temp-file streaming path), and drop throws so call sites
don't need try.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Pull Request #988: feat(storage): add TUS resumable uploads, background downloads, and multipart upload engine

837 of 1014 new or added lines in 8 files covered. (82.54%)

7829 of 9732 relevant lines covered (80.45%)

28.9 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

86.76
/Sources/Storage/StorageFileAPI.swift


Source Not Available

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