-
Notifications
You must be signed in to change notification settings - Fork 508
feat: transitive extractor for Python requirements #1877
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1877 +/- ##
==========================================
+ Coverage 65.60% 65.79% +0.19%
==========================================
Files 167 167
Lines 16060 16073 +13
==========================================
+ Hits 10536 10576 +40
+ Misses 4859 4839 -20
+ Partials 665 658 -7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
#1846 Going to wait for this one to get merged in first, then we need to do some work to support having both extractor types similar to what that PR does for the pomxml extractor. |
|
@another-rex do you have idea how long this will take roughly? |
This PR enables the transitive extractor for Python requirement files. Considering that there is only the native registry client for PyPI, we use that for requirements.txt transitive extractor.