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

supabase / cli / 32116342144
62%

Build:
DEFAULT BRANCH: develop
Ran 18 Aug 2026 08:27AM 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

18 Aug 2026 08:12AM UTC coverage: 62.406%. Remained the same
32116342144

push

github

web-flow
fix(cli): surface crashed migra diffs (CLI-2204) (#6240)

## TL;DR

fixes `db diff --use-migra` printing "No schema changes found" and
exiting 0 when the migra template crashes, so a broken diff looked
exactly like a clean one.
Fixed in both the go-cli and TS copies to avoid divergence confusion as
cli-go gets deprecated.

The runner can't trust the exit code, since these scripts always tear
the worker down and exit non-zero even on success, so it looks for
`PGDELTA_SCRIPT_ERROR` on stderr instead. Every pg-delta template prints
it; migra never did, so its stderr got dropped and the diff came back
empty. migra's catch now prints it too.

## ref:
- closes: https://github.com/supabase/cli/issues/6228

5571 of 8927 relevant lines covered (62.41%)

6.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32116342144.1 18 Aug 2026 08:27AM UTC 95
62.41
GitHub Action Run
Source Files on build 32116342144
  • 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 #32116342144
  • c3750c9e on github
  • Prev Build on develop (#32113081361)
  • Next Build on develop (#32118339809)
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