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

supabase / cli / 28785159062
65%
develop: 65%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/apps/cli-go/google.golang.org/grpc-1.82.1
DEFAULT BRANCH: develop
Ran 06 Jul 2026 10:33AM 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

06 Jul 2026 10:31AM UTC coverage: 65.166%. Remained the same
28785159062

push

github

web-flow
fix(cli): add hidden --exclude and --ignore-health-check flags to status (#5770)

## Current Behavior

The TS `status` command only declares `--override-name`. Go's `status`
also registers two hidden flags, `--exclude` and `--ignore-health-check`
(`cmd/status.go:38-42`). Because the Effect CLI parser rejects
undeclared flags before the command proxies to the Go binary, `supabase
status --exclude db` and `supabase status --ignore-health-check` fail
with an UnrecognizedOption error in TS while working fine in Go.

## Expected Behavior

Both flags are now declared as hidden (matching Go's `MarkHidden`) and
forwarded verbatim to the Go binary proxy, following the same pattern
already used for `--override-name` and for `start`'s hidden flags.
`SIDE_EFFECTS.md` documents the new flags with references to the Go
source lines they mirror.

Fixes CLI-1857

11041 of 16943 relevant lines covered (65.17%)

10.47 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28785159062.1 06 Jul 2026 10:33AM UTC 229
65.17
GitHub Action Run
Source Files on build 28785159062
  • 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 #28785159062
  • 28b17f6f on github
  • Prev Build on gh-readonly-queue/develop/pr-5768-4efa0df232268956dbbf5a86af0e2f5c145b24fa (#28783758701)
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