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

supabase / supabase-swift / 32025849845
87%

Build:
DEFAULT BRANCH: main
Ran 17 Aug 2026 11:41AM 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:37AM UTC coverage: 86.715% (+0.007%) from 86.708%
32025849845

push

github

web-flow
fix(auth): convert WebAuthnChallengeType to a RawRepresentable struct (#1218)

* 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.

* docs(auth): document FactorStatus's non-failable init(rawValue:) and interpo... (continued)

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

9034 of 10418 relevant lines covered (86.72%)

43.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32025849845.1 17 Aug 2026 11:41AM UTC 104
86.72
GitHub Action Run
Source Files on build 32025849845
  • Tree
  • List 104
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #32025849845
  • 966859ba on github
  • Prev Build on main (#32025203611)
  • Next Build on main (#32026604524)
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