regro / cf-scripts

Flagship repo for cf-regro-autotick-bot
Other
53 stars 74 forks source link

feat: use pypi api directly to get urls #3159

Closed beckermr closed 5 days ago

beckermr commented 5 days ago

Description:

This PR uses the PyPI api directly to get urls. It should be faster than the existing guess-and-check approach to transforming urls.

Checklist:

Cross-refs, links to issues, etc:

fixes #3146

codecov[bot] commented 5 days ago

Codecov Report

Attention: Patch coverage is 82.00000% with 9 lines in your changes missing coverage. Please review.

Project coverage is 77.58%. Comparing base (ebcf0a3) to head (1257ed9). Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
conda_forge_tick/update_recipe/version.py 82.00% 9 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3159 +/- ## ========================================== + Coverage 77.56% 77.58% +0.01% ========================================== Files 124 124 Lines 13333 13383 +50 ========================================== + Hits 10342 10383 +41 - Misses 2991 3000 +9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.