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

supabase / supabase-swift / 32140331856
87%

Build:
DEFAULT BRANCH: main
Ran 18 Aug 2026 01:08PM UTC
Jobs 1
Files 104
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

18 Aug 2026 01:04PM UTC coverage: 79.053% (-0.6%) from 79.603%
32140331856

push

github

web-flow
fix(auth)!: always emit locally stored session as initial session (#1214)

* fix(auth)!: always emit locally stored session as initial session

`.initialSession` used to fire only after attempting to refresh the
locally stored session, collapsing "merely expired" and "refresh
token invalid" into the same emitted session and delaying every
launch on a network round-trip. Remove the
`emitLocalSessionAsInitialSession` opt-in flag and make that
corrected behavior the only one: the initial session is now emitted
immediately, with a best-effort refresh in the background if
expired.

See https://github.com/supabase/supabase-swift/pull/822 (SDK-1489).

* fix(auth): only spawn refresh task when the initial session is expired

Avoids creating an unstructured Task on every launch when the locally
stored session is still valid.

9 of 11 new or added lines in 3 files covered. (81.82%)

64 existing lines in 3 files now uncovered.

8261 of 10450 relevant lines covered (79.05%)

32.78 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
0.0
-94.34% Sources/Auth/AuthClientConfiguration.swift

Coverage Regressions

Lines Coverage ∆ File
45
0.0
-94.34% Sources/Auth/AuthClientConfiguration.swift
18
66.67
-33.33% Sources/Supabase/Types.swift
1
79.62
0.78% Sources/Auth/AuthClient.swift
Jobs
ID Job ID Ran Files Coverage
1 32140331856.1 18 Aug 2026 01:08PM UTC 104
79.05
GitHub Action Run
Source Files on build 32140331856
  • Tree
  • List 104
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #32140331856
  • 12cfe799 on github
  • Prev Build on main (#32133071164)
  • Next Build on main (#32140659476)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc