Cadair / parfive

An asyncio based parallel file downloader for Python 3.8+
https://parfive.readthedocs.io/
MIT License
51 stars 24 forks source link

Fix a bug where result urls were not updated in retry #153

Open samaloney opened 7 months ago

samaloney commented 7 months ago

This is actually what prompted #152 but I forgot to implement this basic version after creating the issue, my bad.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.64%. Comparing base (3b049c5) to head (0142ba8). Report is 15 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #153 +/- ## ========================================== + Coverage 90.23% 90.64% +0.41% ========================================== Files 5 5 Lines 635 663 +28 ========================================== + Hits 573 601 +28 Misses 62 62 ```

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