Cadair / parfive

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

Cleanup after Keyboard interrupt correctly #104

Closed Cadair closed 2 years ago

Cadair commented 2 years ago

Fixes #60

codecov[bot] commented 2 years ago

Codecov Report

Attention: Patch coverage is 70.66667% with 22 lines in your changes missing coverage. Please review.

Project coverage is 90.77%. Comparing base (ceaa210) to head (b3d52d5). Report is 39 commits behind head on main.

Files Patch % Lines
parfive/downloader.py 78.46% 14 Missing :warning:
parfive/utils.py 25.00% 6 Missing :warning:
parfive/main.py 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #104 +/- ## ========================================== - Coverage 93.13% 90.77% -2.36% ========================================== Files 5 5 Lines 568 607 +39 ========================================== + Hits 529 551 +22 - Misses 39 56 +17 ```

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