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

supabase / cli / 32745338563
62%
develop: 62%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/develop/pr-6328-38f31b4dc2cda6f4c278b62a1ee9bb9fc99d05c0
DEFAULT BRANCH: develop
Ran 24 Aug 2026 03:32PM 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 03:30PM UTC coverage: 62.406%. Remained the same
32745338563

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 32745338563.1 24 Aug 2026 03:32PM UTC 95
62.41
GitHub Action Run
Source Files on build 32745338563
  • 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 #32745338563
  • fb2ee96e on github
  • Prev Build on gh-readonly-queue/develop/pr-6313-ad0ad237e796cf4780f2c40160ed80d74bba12f9 (#32743734951)
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