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

supabase / supabase-flutter / 28588548625 / 6
86%
main: 86%

Build:
DEFAULT BRANCH: main
Ran 02 Jul 2026 12:09PM UTC
Files 9
Run time 0s
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

02 Jul 2026 12:04PM UTC coverage: 84.311%. Remained the same
28588548625.6

push

github

web-flow
feat(postgrest): add format option to explain() (#1516)

## What

Adds an `ExplainFormat` enum (`text`, `json`) and a `format` parameter
to `PostgrestTransformBuilder.explain()` (default `text`). The value is
interpolated into the `Accept` media type
(`application/vnd.pgrst.plan+<format>`), so a JSON plan can now be
requested.

## Why

SDK parity: supabase-js `explain({ format })` supports `'text' |
'json'`; the Dart client hardcoded `+text`.

## Tests

Added standalone mock-based unit tests asserting the `Accept` header for
the default text plan, an explicit JSON plan, and that other options are
still forwarded alongside the format.

Resolves SDK-1168

532 of 631 relevant lines covered (84.31%)

5.12 hits per line

Source Files on job postgrest - 28588548625.6
  • Tree
  • List 9
  • Changed 3
  • Source Changed 3
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 28588548625
  • e549d390 on github
  • Prev Job for on main (#28536394514.5)
  • Next Job for on main (#28597364234.8)
  • Delete
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