Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork158
Check if a signed URL is specified and use it download tools#953
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Check if a signed URL is specified and use it download tools#953
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-commenter commentedMay 16, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #953 +/- ##==========================================- Coverage 20.64% 20.10% -0.55%========================================== Files 42 42 Lines 2601 2537 -64 ==========================================- Hits 537 510 -27+ Misses 1967 1943 -24+ Partials 97 84 -13
Flags with carried forward coverage won't be shown.Click here to find out more. ☔ View full report in Codecov by Sentry. |
d5560fc to4264332CompareUh oh!
There was an error while loading.Please reload this page.
f61f4d1 tof7f5a19Compareafe92ea to18e9250CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Please check if the PR fulfills these requirements
before creating one)
Code enhancement
There are two ways of dowloading tools:Download andInstall. The first one downloads and installs the tools from the package index only, while it is possible to provide a signed URL and a checksum to the second one to download a tool from there.
Downloadis wrapped insideDownloadFromURLto align it toInstall.No