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

supabase / cli / 29909467155
65%

Build:
DEFAULT BRANCH: develop
Ran 22 Jul 2026 09:51AM UTC
Jobs 1
Files 230
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

22 Jul 2026 09:43AM UTC coverage: 65.289% (-0.01%) from 65.301%
29909467155

push

github

web-flow
fix(cli): pg-delta workspace mount (#5929)

## TL;DR: 

`db push` crashes with `ENOENT` reading the `pg-delta` CA cert on every
push against a hosted/TLS target,
missing Docker mount

## Prob

exportCatalog writes the CA bundle to `<cwd>/supabase/.temp/pgdelta/`
and points `sslrootcert` at `/workspace/... `inside the container, but
never mounted `cwd `to /workspace like every other pg-delta call site
does.
Container looks for a file that was never shared with it.

## Sol: 

(pragmatic fix)
adds the same `cwd:/workspace` bind the sibling functions in
`internal/db/diff/pgdelta.go` already has. that's it..

## Ref:
- towards #5921

11250 of 17231 relevant lines covered (65.29%)

10.51 hits per line

Coverage Regressions

Lines Coverage ∆ File
26
55.06
-0.94% internal/db/pgcache/cache.go
Jobs
ID Job ID Ran Files Coverage
1 29909467155.1 22 Jul 2026 09:51AM UTC 230
65.29
GitHub Action Run
Source Files on build 29909467155
  • Tree
  • List 230
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29909467155
  • 11f31dda on github
  • Prev Build on gh-readonly-queue/develop/pr-5926-1d4175d715917f0d772fd5c40b3056c86d3a5ba1 (#29879737464)
  • Next Build on develop (#30055721906)
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