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

supabase / cli / 28249411547
65%
develop: 65%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/develop/pr-5719-47ab46d6f95b5bae9bde6f9f9619392aaea3282a
DEFAULT BRANCH: develop
Ran 26 Jun 2026 03:57PM UTC
Jobs 1
Files 229
Run time 4min
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

26 Jun 2026 03:54PM UTC coverage: 65.001%. Remained the same
28249411547

push

github

web-flow
fix(cli): shorten serve argv (#5712)

## TL;DR

fixes a regression in `supabase functions serve` by removing the bundled
Edge Runtime bootstrap script from the spawned `docker run ... sh -c
...` argv and mounting it into the container as `/root/index.ts` instead

This keeps the startup command small, preserves the runtime behavior,
and avoids the `ENAMETOOLONG: name too long, uv_spawn` failure...

## What's fixed?

`functions serve` ts path was embedding the full bundled runtime
template directly into the docker entrypoint command

on win, that made the final spawn argv large enough to fail before
docker even started,
which surfaced as `ENAMETOOLONG: name too long, uv_spawn`

**Before:**

the runtime template was embedded directly into the docker startup
command and hit spawn length limits

**After:**

the template is mounted from a temp file, so the startup command stays
short
## ref: 

- closes https://github.com/supabase/cli/issues/5711

10982 of 16895 relevant lines covered (65.0%)

10.44 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
82.41
0.0% internal/storage/rm/rm.go
Jobs
ID Job ID Ran Files Coverage
1 28249411547.1 26 Jun 2026 03:57PM UTC 229
65.0
GitHub Action Run
Source Files on build 28249411547
  • Tree
  • List 229
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28249411547
  • 279d0c04 on github
  • Prev Build on gh-readonly-queue/develop/pr-5710-5008dbb7e9fd211ec100cc09c58b26b430c803f8 (#28239247181)
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