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

supabase / supabase-swift / 31188578090
85%

Build:
DEFAULT BRANCH: main
Ran 07 Aug 2026 02:41PM UTC
Jobs 1
Files 102
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

07 Aug 2026 02:38PM UTC coverage: 84.381% (+0.1%) from 84.239%
31188578090

push

github

web-flow
fix(postgrest): decode PostgrestError details field (#1159)

* fix(helpers): decode PostgREST error details field

PostgREST sends the detail text under the "details" key, but PostgrestError
declares the property as "detail" with no CodingKeys, and the shared decoder
sets no key strategy. Every PostgREST error therefore lost its detail text.

Map detail to the "details" wire key so the value survives decoding, and
encoding round-trips to the same shape.

* refactor(helpers): promote details field and deprecate detail

Renames the stored property to match the PostgREST wire key and the
postgrest-js naming, keeping detail as a deprecated getter so existing
call sites continue to compile.

* fix(helpers): register PostgrestError.details in compliance matrix, fix spell check

- Add pkey to dictionary.txt (Unknown word in PostgrestErrorTests.swift)
- Register PostgrestError.details under database.query.from_table in
  sdk-compliance.yaml, since it's a new public symbol and no dedicated
  error-handling feature exists yet in the canonical registry

---------

Co-authored-by: Guilherme Souza <guilherme@supabase.io>

2 of 5 new or added lines in 1 file covered. (40.0%)

8714 of 10327 relevant lines covered (84.38%)

39.42 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
76.92
-23.08% Sources/Helpers/SharedModels/PostgrestError.swift
Jobs
ID Job ID Ran Files Coverage
1 31188578090.1 07 Aug 2026 02:41PM UTC 102
84.38
GitHub Action Run
Source Files on build 31188578090
  • Tree
  • List 102
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31188578090
  • b9296f62 on github
  • Prev Build on main (#31181589893)
  • Next Build on main (#31194561221)
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