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 an `asyncio.CancelledError` was not properly caught #106

Closed Cadair closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Attention: Patch coverage is 73.68421% with 5 lines in your changes missing coverage. Please review.

Project coverage is 90.34%. Comparing base (a24ff6d) to head (09d2851). Report is 36 commits behind head on main.

Files Patch % Lines
parfive/downloader.py 73.68% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #106 +/- ## ========================================== - Coverage 90.77% 90.34% -0.44% ========================================== Files 5 5 Lines 607 611 +4 ========================================== + Hits 551 552 +1 - Misses 56 59 +3 ```

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