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

supabase / cli / 31909159452
62%
develop: 62%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/develop/pr-6299-fa8a3fb319490ef9b14136f24f2e09eb89c4c91f
DEFAULT BRANCH: develop
Ran 15 Aug 2026 09:21PM UTC
Jobs 1
Files 95
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

15 Aug 2026 09:18PM UTC coverage: 62.406%. Remained the same
31909159452

push

github

web-flow
fix(cli): stop buffering piped output (#6212)

## TL;DR

In text mode the CLI wrote to stdout with `process.stdout.write` and
ignored its return value, so it never waited for a slow reader.
Piping a large payload into a slower consumer made Node queue the whole
thing in memory, which `supabase db dump` can turn into an OOM on a big
database.

Writing through the `Stdio` sink is better than hand-checking that
return value because the sink already waits for `drain` and handles
stream errors, the json and stream-json layers were always doing exactly
that, and the
 old Go CLI had the same behaviour from blocking `os.Stdout` syscall.
Text mode was the only outlier, so this removes the inconsistency
instead of adding another special case, and all three layers now share
one writer. Output bytes and ordering are unchanged....

## ref: 
- spotted in: #6210

5571 of 8927 relevant lines covered (62.41%)

6.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31909159452.1 15 Aug 2026 09:21PM UTC 95
62.41
GitHub Action Run
Source Files on build 31909159452
  • Tree
  • List 95
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31909159452
  • d408ee46 on github
  • Prev Build on gh-readonly-queue/develop/pr-6210-8492f336b5aeb22544084dceffaff66acb9c25dc (#31909073917)
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