Closed DashLt closed 5 years ago
Merging #34 into master will decrease coverage by
1.49%
. The diff coverage is62.5%
.
@@ Coverage Diff @@
## master #34 +/- ##
=========================================
- Coverage 72.54% 71.05% -1.5%
=========================================
Files 5 5
Lines 641 646 +5
=========================================
- Hits 465 459 -6
- Misses 176 187 +11
Impacted Files | Coverage Δ | |
---|---|---|
pySmartDL/pySmartDL.py | 69.72% <58.33%> (-0.54%) |
:arrow_down: |
pySmartDL/download.py | 71.21% <75%> (+0.62%) |
:arrow_up: |
pySmartDL/utils.py | 69.29% <0%> (-6.3%) |
:arrow_down: |
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 ff24208...e4b67ff. Read the comment docs.
Thanks
This will allow for more granular control of headers, proxies, and anything else that urllib provides an option for without having to implement the functionality in pySmartDL. Closes #33