raystack / frontier

Frontier is an all-in-one user management platform that provides identity, access and billing management to help organizations secure their systems and data. (Open source alternative to Clerk)
https://raystack-frontier.vercel.app/
Apache License 2.0
273 stars 34 forks source link

feat: set billing customer credit min limit #781

Closed kushsharma closed 2 months ago

kushsharma commented 2 months ago
vercel[bot] commented 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 Oct 4, 2024 4:47am
coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 11174148935

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 %
cmd/serve.go 0 2 0.0%
billing/customer/service.go 14 17 82.35%
pkg/server/interceptors/authorization.go 0 3 0.0%
internal/api/v1beta1/billing_customer.go 0 6 0.0%
proto/v1beta1/admin_grpc.pb.go 0 26 0.0%
internal/store/postgres/billing_customer_repository.go 3 30 10.0%
billing/customer/mocks/repository.go 0 37 0.0%
internal/api/v1beta1/mocks/customer_service.go 0 37 0.0%
billing/customer/mocks/credit_service.go 0 46 0.0%
internal/store/postgres/billing_transactions_repository.go 9 69 13.04%
<!-- Total: 29 584 4.97% -->
Files with Coverage Reduction New Missed Lines %
internal/store/postgres/billing_transactions_repository.go 1 3.17%
proto/v1beta1/admin_grpc.pb.go 1 0.0%
proto/v1beta1/admin.pb.gw.go 2 0.0%
<!-- Total: 4 -->
Totals Coverage Status
Change from base Build 11159729320: -0.03%
Covered Lines: 11008
Relevant Lines: 113854

💛 - Coveralls