chore(deleter): extend deleter billing mocks for the pre-flight check - #1865
chore(deleter): extend deleter billing mocks for the pre-flight check#1865whoAbhishekSah wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
Next review available in: 4 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📝 WalkthroughSummary by CodeRabbit
WalkthroughChangesDeleter mock extensions
Estimated code review effort: 2 (Simple) | ~10 minutes Mergeability Score: ⚪ Minimal · up to This change only extends generated billing and subscription mocks for upcoming interface updates and introduces no actionable merge-blocking risk beyond normal checks and review. Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Coverage Report for CI Build 31694737529Coverage remained the same at 48.266%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
16f57af to
0ba1676
Compare
0ba1676 to
2f3076f
Compare
Adds GetBalance to the credit service mock, List and Cancel to the subscription service mock, SyncWithProvider to the invoice service mock, and a new plan service mock. The interface methods land with the pre-flight change on top of this branch; the mocks compile standalone.
2f3076f to
3f71c2d
Compare
Part of #1837. Base of the stack; the pre-flight change sits on top.
Extends the deleter's billing mocks for the pre-flight check:
GetBalanceListandCancelSyncWithProviderGetByID, used to resolve the standard plan)The matching interface methods land with the pre-flight change in the next PR; the mocks compile standalone.
🤖 Generated with Claude Code