Open pahatz opened 3 weeks ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Attention: Patch coverage is 30.76923%
with 18 lines
in your changes missing coverage. Please review.
Project coverage is 39.00%. Comparing base (
e92c967
) to head (3c7e86a
).
Files with missing lines | Patch % | Lines |
---|---|---|
main.go | 0.00% | 17 Missing :warning: |
download/download.go | 66.66% | 0 Missing and 1 partial :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.
I changed the behavior to work only for the config to be provided before the command. Updated the tests, readme and Usage references.
Looks good to me. It's weird that the integration test failed even after I reran it. Maybe a rebase to the main will fix the problem.
v0.3.159
appears as the latest tag but the related sda images are missing.
Looks good to me. It's weird that the integration test failed even after I reran it. Maybe a rebase to the main will fix the problem.
v0.3.159
appears as the latest tag but the related sda images are missing.
v0.3.158 is the latest released version
Related issue(s) and PR(s)
This PR closes #442 .
Description The user should be able to provide the config file location argument ONLY before the subcommand of the cli.
How to test For test coverage, some of the existing tests have been altered to follow the new allowed order of providing the config, i.e. before the subcommand. To manually test, one should test individually the cli commands that are affected. Those are the ones that are using the config as an argument(upload, list htsget, download).