Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature(model) support auto index fkey and setup relation on update a… #81

Merged
merged 28 commits into from
Oct 22, 2024

test: index and action API

b24117e
Select commit
Loading
Failed to load commit list.
Merged

feature(model) support auto index fkey and setup relation on update a… #81

test: index and action API
b24117e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 22, 2024 in 0s

71.62% (target 71.00%)

View this Pull Request on Codecov

71.62% (target 71.00%)

Details

Codecov Report

Attention: Patch coverage is 72.56858% with 110 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
pkg/supabase/drivers/local/meta/table.go 38.77% 21 Missing and 9 partials ⚠️
pkg/supabase/drivers/cloud/table.go 42.00% 20 Missing and 9 partials ⚠️
pkg/supabase/query/table.go 62.90% 22 Missing and 1 partial ⚠️
pkg/state/table.go 72.34% 6 Missing and 7 partials ⚠️
pkg/resource/tables/generate.go 75.67% 4 Missing and 5 partials ⚠️
pkg/resource/tables/print_diff.go 87.50% 4 Missing ⚠️
pkg/supabase/drivers/local/meta/indexes.go 77.77% 2 Missing ⚠️
Files with missing lines Coverage Δ
model.go 100.00% <ø> (ø)
pkg/generator/model.go 82.50% <100.00%> (+2.84%) ⬆️
pkg/generator/storage.go 91.17% <100.00%> (-0.32%) ⬇️
pkg/resource/apply.go 61.30% <100.00%> (-1.61%) ⬇️
pkg/resource/import.go 80.89% <100.00%> (-1.18%) ⬇️
pkg/resource/load.go 100.00% <100.00%> (ø)
pkg/resource/tables/compare.go 76.41% <100.00%> (+6.66%) ⬆️
pkg/state/state.go 77.77% <ø> (-2.31%) ⬇️
pkg/supabase/drivers/cloud/indexes.go 100.00% <100.00%> (ø)
pkg/supabase/query/sql/index.go 100.00% <100.00%> (ø)
... and 9 more

... and 93 files with indirect coverage changes