Closed RaoHai closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
petercat | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 14, 2024 6:58am |
Walkthrough: This PR introduces functionality to handle purchase events.
Changes: | File | Summary |
---|---|---|
server/github_app/purchased.py | Added a new class PurchaseServer to handle purchase events and return a JSON response. |
|
server/github_app/router.py | Integrated PurchaseServer to handle marketplace_purchase events in the router. |
Attention: Patch coverage is 50.00000%
with 4 lines
in your changes missing coverage. Please review.
Files with missing lines | Patch % | Lines |
---|---|---|
server/github_app/purchased.py | 60.00% | 2 Missing :warning: |
server/github_app/router.py | 33.33% | 2 Missing :warning: |
Files with missing lines | Coverage Δ | |
---|---|---|
server/github_app/purchased.py | 60.00% <60.00%> (ø) |
|
server/github_app/router.py | 41.42% <33.33%> (-0.37%) |
:arrow_down: |