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

supabase / supabase-swift / 34358164998
88%

Build:
DEFAULT BRANCH: main
Ran 09 Sep 2026 01:40PM UTC
Jobs 1
Files 120
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

09 Sep 2026 01:36PM UTC coverage: 87.6% (+0.2%) from 87.408%
34358164998

push

github

web-flow
refactor(postgrest): type the column-expression filter tree instead of passing wire tokens as strings (#1319)

Every operator method on the typed surface now builds its filter through an
exhaustive PostgrestFilterOperator enum that renders its own wire token, so
each token is declared once instead of as literals scattered across the
operator files. The filter node carries the operator and the operand in the
shape it was received (a single value, an `in` list, or an IS keyword) and
renders it, including group escaping, only in queryItems(). `in` is no longer
a raw node; .raw stays for the caller-written escape hatch. Aggregates go
through an internal function enum, and the legacy PostgrestOperator constants
derive from the new enum so both surfaces share one spelling.

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

115 of 115 new or added lines in 7 files covered. (100.0%)

9664 of 11032 relevant lines covered (87.6%)

973387.53 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34358164998.1 09 Sep 2026 01:40PM UTC 120
87.6
GitHub Action Run
Source Files on build 34358164998
  • Tree
  • List 120
  • Changed 7
  • Source Changed 6
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #34358164998
  • 25cb523c on github
  • Prev Build on main (#34355346335)
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