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

supabase / cli / 32720140583
62%
develop: 62%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/develop/pr-6318-a3a42281908da41bbc7103cb13d39c1afda66fbb
DEFAULT BRANCH: develop
Ran 24 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

24 Aug 2026 11:06AM UTC coverage: 62.406%. Remained the same
32720140583

push

github

web-flow
fix(cli): mount external scope targets (#6309)

## TL;DR

Local Function bundling now mounts the workspace paths declared under an
import map's `scopes`, even when they resolve outside the Supabase
project.

## what's biting the users?

`supabase functions serve`, `supabase start`, and `supabase functions
deploy`
 silently dropped `scopes` targets that resolve above the project, 
so an enclosing Deno workspace never reached the Edge Runtime container
and each Function died with `Relative import path "@acme/thing" ... not
in import map`.
This bites monorepos where the Supabase project is a nested repository
or a submodule, and nothing was logged at any level, so the failure
surfaced as a Deno resolution error rather than a missing mount....

## now fixed by: 
targets declared under `scopes` that resolve outside the project are
mounted read only, and each surviving mount prints a warning naming the
host path.
Those mounts are excluded from the file watch set, so a mounted
workspace directory cannot become a watch root.
Server side bundling, reached with `--use-api` or when the Docker daemon
is stopped, is unchanged and still does not carry scope targets...

## ref:
- closes: https://github.com/supabase/supabase/issues/35021
- extends: https://github.com/supabase/cli/pull/3773

5571 of 8927 relevant lines covered (62.41%)

6.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32720140583.1 24 Aug 2026 11:07AM UTC 95
62.41
GitHub Action Run
Source Files on build 32720140583
  • 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 #32720140583
  • 32ebc7bc on github
  • Prev Build on gh-readonly-queue/develop/pr-6253-1bf8ecd2ae818cebaca86e886056b5e9df9101ad (#32710608033)
  • Next Build on gh-readonly-queue/develop/pr-6309-b9254df4197ebba26bc16dfc69579ad2708fc7d1 (#32728026352)
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