Closed sweatybridge closed 1 week ago
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.
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
cmd/config.go | 5 | 13 | 38.46% | ||
internal/config/push/push.go | 0 | 16 | 0.0% | ||
<!-- | Total: | 5 | 29 | 17.24% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
internal/storage/rm/rm.go | 2 | 89.53% | ||
<!-- | Total: | 2 | --> |
Totals | |
---|---|
Change from base Build 11794104619: | -0.09% |
Covered Lines: | 6386 |
Relevant Lines: | 10706 |
What kind of change does this PR introduce?
feature
What is the new behavior?
Running
supabase config push
will prompt user to update linked project's config to match local config.toml. For eg.Answering
Y
(default) will call mgmt-api to update config,n
will skip to next config, and ctrl + c will abort the update.Additional context
Add any other context or screenshots.