Closed Wwwsylvia closed 1 day ago
Attention: Patch coverage is 91.11111%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 83.99%. Comparing base (
76eadf2
) to head (cc5de49
). Report is 3 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
cmd/oras/root/manifest/push.go | 50.00% | 1 Missing and 2 partials :warning: |
cmd/oras/root/blob/push.go | 87.50% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
LGTM but I'm not a maintainer.
Refactoring in progress, mark this as draft for now.
Experimenting another way of doing this in #1553
What this PR does / why we need it:
--verbose
flag out ofopts.Common
--verbose
flag is used--verbose
flag in help docsUpdates on the
oras discover
command will come in a separate PR.BEFORE:
oras pull
:oras pull --verbose
:oras pull --help
AFTER:
oras pull
:oras pull --verbose
oras pull --help
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged): Fixes #1533Please check the following list: