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

supabase / cli / 32245905747
62%
develop: 62%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/develop/pr-6312-11878ae318966dfd0331c0191d21d6c219d97662
DEFAULT BRANCH: develop
Ran 19 Aug 2026 11:07AM 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

19 Aug 2026 11:05AM UTC coverage: 62.406%. Remained the same
32245905747

push

github

web-flow
fix(cli): stream edge runtime bootstrap (CLI-2216) (#6273)

## TL;DR

fixes `supabase start` and `functions serve` dying with edge-runtime's
"failed to determine entrypoint" on Docker daemons that cannot see the
client's filesystem (remote tcp `DOCKER_HOST` contexts, podman machines)

- which was broken by #5712 moving the bootstrap `index.ts` out of the
`sh -c` argv onto a single file host bind mount to fix the `Windows
ENAMETOOLONG` crash
- and #5847 making native `start` reuse that serve core which left the
bind sourcing a host path such daemons silently materialize as an empty
directory at `/root/index.ts`

so now the bundled template is streamed into the created container with
`docker cp` before `docker start`,
the same delivery Kong, Postgres, and Supavisor secret files already use
since:
- #6022

which fixes bring-up on non local daemons while the earlier
`ENAMETOOLONG`
fix stays intact since nothing returns to the `spawn argv` and the
template no longer stages on host disk at all....

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

5571 of 8927 relevant lines covered (62.41%)

6.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32245905747.1 19 Aug 2026 11:07AM UTC 95
62.41
GitHub Action Run
Source Files on build 32245905747
  • 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 #32245905747
  • de06605e on github
  • Prev Build on gh-readonly-queue/develop/pr-6259-8e85e79117960070ba35f62fe8bbfd668af53a8b (#32231243871)
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