supabase / cli

Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
https://supabase.com/docs/reference/cli/about
MIT License
1.09k stars 212 forks source link

fix: use base config when no remote is declared #2882

Closed sweatybridge closed 1 week ago

sweatybridge commented 1 week ago

What kind of change does this PR introduce?

Bug fix

What is the new behavior?

Overrides local project id when no remote is declared.

Additional context

Add any other context or screenshots.

coveralls commented 1 week ago

Pull Request Test Coverage Report for Build 11831790683

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
internal/config/push/push.go 0 6 0.0%
<!-- Total: 0 6 0.0% -->
Totals Coverage Status
Change from base Build 11813514940: -0.02%
Covered Lines: 6386
Relevant Lines: 10710

💛 - Coveralls