Closed MalinAhlberg closed 2 months ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Attention: Patch coverage is 0%
with 11 lines
in your changes missing coverage. Please review.
Project coverage is 39.04%. Comparing base (
214bd0d
) to head (d1a2b85
). Report is 270 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
list/list.go | 0.00% | 11 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.
Looks good! Just a minor comment about the usage of single dash
-
or double dash--
in the usage description.
Thanks @nanjiangshu ! Fixed by d1a2b85, please resolve when happy.
Related issue(s) and PR(s)
This PR closes #433.
Description
sda-cli list --dataset X
will print the file ID, file size (in human or machine readable form) and file path of each file in dataset X. Also the dataset size will be printed.--bytes
is added, defaulting tofalse
. Iftrue
, file sizes are printed in byte format.How to test From the root folder run the setup script:
(note to future self: if it does not work, remove all containers and run
docker volume rm -f $(docker volume ls -f "dangling=true")
). Then run:And get