Closed anujk14 closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
frontier | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 30, 2024 9:21am |
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
cmd/serve.go | 0 | 4 | 0.0% | ||
billing/plan/service.go | 0 | 29 | 0.0% | ||
internal/store/postgres/billing_plan_repository.go | 0 | 137 | 0.0% | ||
<!-- | Total: | 0 | 170 | 0.0% | --> |
Totals | |
---|---|
Change from base Build 11068941298: | -0.01% |
Covered Lines: | 10995 |
Relevant Lines: | 113287 |
ListWithProducts
in Plans repository, which fetches plans along with the products that belong to the planListWithProducts
, to reduce the number of DB calls that are made to fetch plans+products+features.