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

supabase / supabase-swift / 28959433402
83%

Build:
DEFAULT BRANCH: main
Ran 08 Jul 2026 04:54PM UTC
Jobs 1
Files 94
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

08 Jul 2026 04:39PM UTC coverage: 83.221% (-0.2%) from 83.384%
28959433402

push

github

web-flow
fix(postgrest): encode rpc GET/HEAD scalar params by JSON type (#1092)

* fix(postgrest): encode rpc GET/HEAD scalar params by JSON type

rpc(get:/head:) built query values with String(describing:) over the
JSONSerialization output, so Bool params became "1"/"0", JSON null became
"<null>", and nested objects became the NSDictionary debug string. Format
each value by its actual JSON type (bool -> true/false, null -> null,
number -> numeric string, array -> {a,b,c}, object -> JSON) so scalars and
arrays match postgrest-js.

* refactor(postgrest): encode rpc GET params via AnyJSON enum

24 of 26 new or added lines in 1 file covered. (92.31%)

17 existing lines in 1 file now uncovered.

7881 of 9470 relevant lines covered (83.22%)

37.62 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
96.77
-1.28% Sources/PostgREST/PostgrestClient.swift

Coverage Regressions

Lines Coverage ∆ File
17
57.63
-5.76% Sources/RealtimeV2/WebSocket/URLSessionWebSocket.swift
Jobs
ID Job ID Ran Files Coverage
1 28959433402.1 08 Jul 2026 04:54PM UTC 94
83.22
GitHub Action Run
Source Files on build 28959433402
  • Tree
  • List 94
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28959433402
  • 6e53a6f3 on github
  • Prev Build on main (#28931145330)
  • Next Build on main (#28982172872)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc