Conversation
Reviewer's Guide by SourceryThis pull request adds support for PyPy 3.11 to the project's testing and continuous integration (CI) setup. It modifies the GitHub Actions workflow configuration to include PyPy 3.11 in the test matrix and updates the tox configuration to include a PyPy 3.11 testing environment. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey @vinitkumar - I've reviewed your changes - here's some feedback:
Overall Comments:
- Consider grouping the pypy versions together for better readability.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #232 +/- ##
=======================================
Coverage 97.22% 97.22%
=======================================
Files 6 6
Lines 720 720
=======================================
Hits 700 700
Misses 20 20
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Add support for PyPy 3.11