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

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

Build:
Build:
LAST BUILD BRANCH: claude/vibrant-carson-674f4a
DEFAULT BRANCH: main
Ran 05 May 2026 12:49PM 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:38PM UTC coverage: 80.446%. First build
25376830119

Pull #988

github

grdsdev
fix(storage): use .ephemeral for download session config on Linux

On Linux, URLSessionConfiguration.default is a shared singleton.
Passing it to URLSession.init(configuration:delegate:delegateQueue:)
triggers a precondition failure inside swift-corelibs-foundation
(libFoundationNetworking.so, signal 4 / UD2 trap) because the
initializer requires a non-shared configuration object.

Use .ephemeral on Linux, which always produces a fresh isolated
URLSessionConfiguration — semantically equivalent to .default for
our use case (no caching requirements on the download session).

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.87 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 25376830119.1 05 May 2026 12:49PM UTC 91
80.45
GitHub Action Run
Source Files on build 25376830119
  • 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 #25376830119
  • Pull Request #988
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