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

supabase / supabase-swift / 32023273321
88%

Build:
DEFAULT BRANCH: main
Ran 17 Aug 2026 11:10AM 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:05AM UTC coverage: 86.684% (+1.6%) from 85.091%
32023273321

push

github

web-flow
fix(auth)!: convert FactorStatus to a RawRepresentable struct (#1215)

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

* docs(auth): document FactorStatus's non-failable init(rawValue:) and interpolation change

Per CodeRabbit review on #1215: the failable-to-non-failable
init(rawValue:) change breaks existing if-let/guard-let callers at
compile time, and string interpolation of the value silently stops
printing the case name. Both were already documented for the other 13
RawRepresentable conversions in this stack's final PR, but FactorStatus
(the first/base PR) shipped without its own copy of that note.

* chore: register FactorStatus symbols in capability matrix

FactorStatus's explicit RawRepresentable members (rawValue, init,
static constants) are new source declarations the enum's
compiler-synthesized equivalents never surfaced to the capability
matrix's symbol-graph diff.

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

4 existing lines in 1 file now uncovered.

9016 of 10401 relevant lines covered (86.68%)

43.23 hits per line

Coverage Regressions

Lines Coverage ∆ File
4
80.24
43.11% Sources/Auth/Internal/Keychain.swift
Jobs
ID Job ID Ran Files Coverage
1 32023273321.1 17 Aug 2026 11:10AM UTC 104
86.68
GitHub Action Run
Source Files on build 32023273321
  • Tree
  • List 104
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #32023273321
  • 2fa8d76b on github
  • Prev Build on main (#31826165516)
  • Next Build on main (#32023603846)
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