-
Notifications
You must be signed in to change notification settings - Fork 46
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
feat: resume interrupted assets download using HTTPDownload #1017
feat: resume interrupted assets download using HTTPDownload #1017
Conversation
Test Results 4 files ± 0 4 suites ±0 4m 43s ⏱️ +10s Results for commit 5081684. ± Comparison against base commit ebfd3ec. This pull request removes 10 and adds 24 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Code Coverage (Ubuntu)
Minimum allowed coverage is Generated by 🐒 cobertura-action against 4790eda |
Code Coverage (Windows)
Minimum allowed coverage is Generated by 🐒 cobertura-action against 4790eda |
8fbee26
to
4790eda
Compare
Code Coverage (Ubuntu)
Diff against develop
Results for commit: 5081684 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Code Coverage (Windows)
Diff against develop
Results for commit: 5081684 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
In
HTTPDownload
the assets are downloaded to a temporary file with suffix~
. When the download is completed the file is renamed to remove the suffix. If the file was already correctly downloaded, the asset will not be downloaded again.