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

supabase / cli / 31196406992
65%
develop: 65%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/develop/pr-6117-f16a6c2f4fef3f3a291cd2431f1fa8cb95b91da3
DEFAULT BRANCH: develop
Ran 07 Aug 2026 04:14PM UTC
Jobs 1
Files 229
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

07 Aug 2026 04:11PM UTC coverage: 64.699%. Remained the same
31196406992

push

github

web-flow
fix(cli): surface serve staging errors (#6113)

## TL;DR

fixes `functions serve` and `supabase start` failing with only `An error
occurred in Effect.tryPromise`
when an env file read or a runtime staging write fails,
 which was caused by bare `Effect.tryPromise` call sites whose
`UnknownError` wrapper is itself an `Error` so the piped `mapError`
guards returned the generic wrapper unchanged..

and is now fixed by converting the five serve call sites to the `try`
and `catch` form so the raw
filesystem error reaches the user. 
Also pins the gen types pflag consumption test on a deterministic
container inspect failure instead of depending on nothing listening on
the local db port...

## ref:
- extends: https://github.com/supabase/cli/pull/5904

10447 of 16147 relevant lines covered (64.7%)

10.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31196406992.1 07 Aug 2026 04:14PM UTC 229
64.7
GitHub Action Run
Source Files on build 31196406992
  • Tree
  • List 229
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31196406992
  • 1136b0ec on github
  • Prev Build on gh-readonly-queue/develop/pr-6064-412d570c86ea7a074fb32257f0ea9fbe8cd233c1 (#31189732356)
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