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

supabase / supabase-swift / 31798217566
88%

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

14 Aug 2026 11:56AM UTC coverage: 86.312%. Remained the same
31798217566

push

github

web-flow
fix(auth)!: drop LocalStorage implementation for Windows platform (#1213)

WinCredLocalStorage was the default AuthLocalStorage on Windows but
could never work: a stray trailing `)` meant reads/deletes targeted a
different Credential Manager entry than writes used, it stored the
in-memory Data struct instead of the bytes it pointed to, escaped
several pointers past their valid closures, and threw instead of
returning nil for a missing key. No CI runner exercises Windows and
no test referenced the type, so none of this was ever caught.

Rather than fix unverifiable Win32 marshalling code blind, drop it.
Windows callers now supply their own AuthLocalStorage, matching what
Linux and Android already require.

Refs SDK-1481

8872 of 10279 relevant lines covered (86.31%)

43.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31798217566.1 14 Aug 2026 11:59AM UTC 104
86.31
GitHub Action Run
Source Files on build 31798217566
  • Tree
  • List 104
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31798217566
  • 7bf6da15 on github
  • Prev Build on main (#31793857584)
  • Next Build on main (#31803078825)
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