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

supabase / supabase-swift / 32026604524
87%

Build:
DEFAULT BRANCH: main
Ran 17 Aug 2026 11:52AM 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

17 Aug 2026 11:47AM UTC coverage: 84.929% (-1.8%) from 86.715%
32026604524

push

github

web-flow
fix(auth)!: convert OpenIDConnectCredentials.Provider to a RawRepresentable struct (#1219)

* fix(auth)!: convert FactorStatus to a RawRepresentable struct

FactorStatus is decoded from GoTrue's MFA factor responses; as an enum it
throws on any status value added server-side after this SDK version
shipped. See SDK-637.

* fix(auth)!: convert MessagingChannel to a RawRepresentable struct

MessagingChannel is Codable and part of the public API surface; as an
enum it would throw on any channel GoTrue starts returning that this
SDK version doesn't have a case for. See SDK-637.

* fix(auth)!: convert Provider to a RawRepresentable struct

Provider is Codable and part of the public API surface; as an enum it
would throw on any provider GoTrue starts returning that this SDK
version doesn't have a case for. CaseIterable and Identifiable are
dropped rather than replaced, to keep the public type minimal; the
Examples app carries its own known-providers list instead. See SDK-637.

* docs(auth): fix incorrect switch-statement guidance in Provider migration note

The previous wording claimed a non-exhaustive switch over Provider could
silently "fall through unhandled" at runtime. That's not possible: Swift
can never treat a switch over a non-enum type as exhaustive without a
default/wildcard case, so a switch over Provider missing default: always
fails to compile, never runs unhandled. Reworded to match the accurate,
simpler framing already used for FactorStatus/MessagingChannel.

* fix(auth): convert WebAuthnChallengeType to a RawRepresentable struct

WebAuthnChallengeResponseData.type decodes this directly from the
passkey MFA challenge response; as an enum it throws on any ceremony
type added server-side that this SDK version doesn't have a case for.
Gated behind @_spi(Experimental), so no V3_MIGRATION.md entry per this
repo's precedent for experimental WebAuthn/passkey API changes.
See SDK-637.

* fix(auth)!: convert OpenIDConnectCredentials.Provider to a RawR... (continued)

0 of 6 new or added lines in 1 file covered. (0.0%)

181 existing lines in 3 files now uncovered.

8853 of 10424 relevant lines covered (84.93%)

43.08 hits per line

Uncovered Changes

Lines Coverage ∆ File
6
83.12
-8.22% Sources/Auth/Types.swift

Coverage Regressions

Lines Coverage ∆ File
142
75.43
-12.74% Sources/Auth/AuthClient.swift
33
83.12
-8.22% Sources/Auth/Types.swift
6
57.14
-21.43% Sources/Auth/WebAuthn/WebAuthnTypes.swift
Jobs
ID Job ID Ran Files Coverage
1 32026604524.1 17 Aug 2026 11:52AM UTC 104
84.93
GitHub Action Run
Source Files on build 32026604524
  • Tree
  • List 104
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #32026604524
  • 23e1793d on github
  • Prev Build on main (#32025849845)
  • Next Build on main (#32028450751)
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