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

supabase / supabase-swift / 33489618978
88%

Build:
DEFAULT BRANCH: main
Ran 01 Sep 2026 09:02AM UTC
Jobs 1
Files 119
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

01 Sep 2026 08:56AM UTC coverage: 87.379% (-0.1%) from 87.516%
33489618978

push

github

web-flow
feat(postgrest): accept a collection of rows in typed insert and upsert (#1306)

The typed API could only write one row at a time, so seeding a table or
writing the result of a map meant dropping to the legacy builder and
giving up the type checking the typed layer exists to provide.

Adds `some Collection<R.Draft>` overloads for insert, the key-derived
upsert and the explicit-conflict-target upsert. An empty collection is
not an error: it sends a request that writes nothing, because a batch
computed from a filter or a map may legitimately have no rows.

The `columns` parameter carries the union of keys across rows, which is
what stops PostgREST from reading the column list off the first row.
Sending it for an empty union would spell `columns=`, naming one column
called "", which PostgREST rejects — so the shared helper now omits the
parameter there instead, fixing the legacy builder's empty-array case too.

Refs SDK-1625

38 of 38 new or added lines in 2 files covered. (100.0%)

17 existing lines in 1 file now uncovered.

9596 of 10982 relevant lines covered (87.38%)

178.87 hits per line

Coverage Regressions

Lines Coverage ∆ File
17
63.98
-4.57% Sources/RealtimeV2/WebSocket/URLSessionWebSocket.swift
Jobs
ID Job ID Ran Files Coverage
1 33489618978.1 01 Sep 2026 09:02AM UTC 119
87.38
GitHub Action Run
Source Files on build 33489618978
  • Tree
  • List 119
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #33489618978
  • fbf2bb73 on github
  • Prev Build on main (#33489224556)
  • Next Build on main (#33507264662)
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