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

supabase / supabase-swift / 25376052761
80%
main: 81%

Build:
Build:
LAST BUILD BRANCH: claude/vibrant-carson-674f4a
DEFAULT BRANCH: main
Ran 05 May 2026 12:33PM UTC
Jobs 1
Files 91
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

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

Uncovered Changes

Lines Coverage ∆ File
57
86.76
Sources/Storage/StorageFileAPI.swift
38
77.78
Sources/Storage/MultipartUploadEngine.swift
31
63.95
Sources/Storage/UploadSource.swift
28
91.05
Sources/Storage/TUSUploadEngine.swift
14
87.83
Sources/Storage/DownloadSessionDelegate.swift
5
86.25
Sources/Storage/StorageClient.swift
4
89.47
Sources/Storage/StorageError.swift
Jobs
ID Job ID Ran Files Coverage
1 25376052761.1 05 May 2026 12:33PM UTC 91
80.45
GitHub Action Run
Source Files on build 25376052761
  • Tree
  • List 91
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25376052761
  • Pull Request #988
  • Next Build on claude/vibrant-carson-674f4a (#25376830119)
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