petercat-ai / petercat

A conversational Q&A agent configuration system, self-hosted deployment solutions, and a convenient all-in-one application SDK, allowing you to create intelligent Q&A bots for your GitHub repositories
https://petercat.ai
MIT License
605 stars 18 forks source link

feat: support-purchased #395

Closed RaoHai closed 2 months ago

RaoHai 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)
petercat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 14, 2024 6:58am
petercat-assistant[bot] commented 2 months ago

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.
codecov[bot] commented 2 months ago

Codecov Report

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: