Cadair / parfive

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

More fixing the error-catching #96

Closed SolarDrew closed 2 years ago

SolarDrew commented 2 years ago

This line also wants to accept more status codes as successes.

codecov[bot] commented 2 years ago

Codecov Report

Merging #96 (d98f5ae) into main (69a3ae9) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #96   +/-   ##
=======================================
  Coverage   93.33%   93.33%           
=======================================
  Files           5        5           
  Lines         540      540           
=======================================
  Hits          504      504           
  Misses         36       36           
Impacted Files Coverage Δ
parfive/downloader.py 93.26% <100.00%> (ø)

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 69a3ae9...d98f5ae. Read the comment docs.