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

supabase / supabase / 20038891176 / 1 – studio-tests
74%
master: 74%

Build:
DEFAULT BRANCH: master
Ran 08 Dec 2025 06:41PM UTC
Files 60
Run time 2s
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 Dec 2025 06:39PM UTC coverage: 68.575%. Remained the same
studio-tests – 20038891176.1

push

github

web-flow
fix(export all rows): use cursor pagination if possible (#40536)

Exporting all rows (in CSV, SQL, or JSON format) currently uses offset pagination, which can cause performance problems if the table is large. There is also a correctness problem if the table is being actively updated as the export happens, because the relative row offsets could shift between queries.

Now that composite filters are available in postgres-meta, we can change to using cursor pagination on the primary key (or any non-null unique keys) wherever possible. Where this is not possible, the user will be shown a confirmation dialog explaining the possible performance impact.

---------

Co-authored-by: Ali Waseem <waseema393@gmail.com>
Co-authored-by: Joshen Lim <joshenlimek@gmail.com>

476 of 566 branches covered (84.1%)

Branch coverage included in aggregate %.

1992 of 3033 relevant lines covered (65.68%)

132.51 hits per line

Source Files on job studio-tests - 20038891176.1
  • Tree
  • List 60
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 20038891176
  • 8e705ecd on github
  • Prev Job for on master (#20037249173.1)
  • Next Job for on master (#20041820250.1)
  • 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