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

supabase / supabase-swift / 32034388820
87%

Build:
DEFAULT BRANCH: main
Ran 17 Aug 2026 01:21PM 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 01:18PM UTC coverage: 86.278% (-0.5%) from 86.791%
32034388820

push

github

web-flow
fix(functions)!: convert FunctionInvokeOptions.Method to a RawRepresentable struct (#1229)

* 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 8 new or added lines in 1 file covered. (0.0%)

45 existing lines in 1 file now uncovered.

9035 of 10472 relevant lines covered (86.28%)

42.92 hits per line

Uncovered Changes

Lines Coverage ∆ File
8
16.42
-79.47% Sources/Functions/Types.swift

Coverage Regressions

Lines Coverage ∆ File
45
16.42
-79.47% Sources/Functions/Types.swift
Jobs
ID Job ID Ran Files Coverage
1 32034388820.1 17 Aug 2026 01:21PM UTC 104
86.28
GitHub Action Run
Source Files on build 32034388820
  • 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 #32034388820
  • 3df400c4 on github
  • Prev Build on main (#32032968327)
  • Next Build on main (#32050201941)
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