Cadair / parfive

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

Infra Changes #68

Closed nabobalis closed 3 years ago

nabobalis commented 3 years ago

Fixes #64 I added the change from #63 into this PR as well.

codecov[bot] commented 3 years ago

Codecov Report

Merging #68 (8090b42) into main (70891c9) will increase coverage by 4.05%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #68      +/-   ##
==========================================
+ Coverage   84.94%   89.00%   +4.05%     
==========================================
  Files           4        4              
  Lines         392      373      -19     
==========================================
- Hits          333      332       -1     
+ Misses         59       41      -18     
Impacted Files Coverage Δ
parfive/downloader.py 91.36% <ø> (ø)
parfive/utils.py 88.11% <0.00%> (+4.94%) :arrow_up:
parfive/main.py 100.00% <0.00%> (+46.15%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 70891c9...8090b42. Read the comment docs.