Closed MalinAhlberg closed 3 months ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Attention: Patch coverage is 43.10954%
with 161 lines
in your changes missing coverage. Please review.
Project coverage is 39.29%. Comparing base (
69e2752
) to head (4faf382
).
Files | Patch % | Lines |
---|---|---|
download/download.go | 43.72% | 139 Missing and 18 partials :warning: |
list/list.go | 0.00% | 2 Missing :warning: |
main.go | 0.00% | 2 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Related issue(s) and PR(s)
This PR closes #398 .
Description
download
(eg./sda-cli download <urls_file>
) is deprecated and removed./sda-cli datasetsize <urls_file>
) as it was dependent on the now deprecated function for downloading files withurls_file
.sda-download
(./sda-cli sda-download
) renamed todownload
How to test
./sda-cli download -config <configuration_file> -dataset-id <datasetID> -url <download-service-URL> <filepath>
./sda-cli download -pubkey <public-key-file> -config <configuration_file> -dataset-id <datasetID> -url <download-service-url>