-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor some download code for readability + ensure that we checksum resumed downloads #1535
Conversation
yarikoptic
commented
Nov 23, 2024
- Closes Add checksumming of the full download in case of retries #1528
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1535 +/- ##
==========================================
+ Coverage 88.44% 88.52% +0.07%
==========================================
Files 78 78
Lines 10691 10713 +22
==========================================
+ Hits 9456 9484 +28
+ Misses 1235 1229 -6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…tempts_allowed no functionality changes should be done. Also removed some stale TODO comments -- DownloadDirectory already downloads into a file with ".dandidownload" instead of original filename. And we do report progress. ETA should be estimated outside IMHO.
345e6e0
to
7efa0b2
Compare
🚀 PR was released in |