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

supabase / supabase-swift / 24838124728
81%

Build:
DEFAULT BRANCH: main
Ran 23 Apr 2026 01:48PM UTC
Jobs 1
Files 88
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

23 Apr 2026 01:31PM UTC coverage: 80.912% (+0.4%) from 80.508%
24838124728

push

github

web-flow
fix(supabase): propagate custom URLSession to Realtime client (#971)

* fix(supabase): propagate custom URLSession to Realtime client

When a user provides a custom URLSession via SupabaseClientOptions.global.session,
it was not being forwarded to the RealtimeClient, which defaulted to URLSession.shared
for its HTTP operations. This mirrors the fix in supabase-js (PR #2267) where the
custom fetch was not passed to the RealtimeClient.

_initRealtimeClient() now sets realtimeOptions.fetch from the global session when
the user has not provided a custom realtime.fetch, consistent with how PostgREST,
Storage, and Functions clients receive the custom session.

Linear: SDK-886

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* test(supabase): fix Linux compatibility in URLSession propagation tests

Use explicit auth parameter and URLSession.shared to avoid Linux-specific
init restrictions and missing URLSession(configuration:) initializer.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

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

4 of 6 new or added lines in 1 file covered. (66.67%)

129 existing lines in 7 files now uncovered.

6935 of 8571 relevant lines covered (80.91%)

30.53 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
69.7
-0.07% Sources/Supabase/SupabaseClient.swift

Coverage Regressions

Lines Coverage ∆ File
67
83.92
5.99% Sources/Realtime/RealtimeClientV2.swift
21
25.74
-11.76% Sources/Auth/Internal/Keychain.swift
18
42.86
0.36% Sources/Realtime/Types.swift
10
97.74
0.08% Sources/Storage/StorageFileApi.swift
6
95.71
0.16% Sources/PostgREST/PostgrestBuilder.swift
5
83.33
-4.39% Sources/Auth/Internal/SessionStorage.swift
2
96.43
23.21% Sources/Helpers/HTTP/RetryRequestInterceptor.swift
Jobs
ID Job ID Ran Files Coverage
1 24838124728.1 23 Apr 2026 01:48PM UTC 88
80.91
GitHub Action Run
Source Files on build 24838124728
  • Tree
  • List 88
  • Changed 10
  • Source Changed 7
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24838124728
  • 52db0621 on github
  • Prev Build on main (#24836480249)
  • Next Build on main (#24844914410)
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