Closed TerryHowe closed 5 months ago
Attention: Patch coverage is 66.66667%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 85.31%. Comparing base (
374a1e3
) to head (2555456
).
Files | Patch % | Lines |
---|---|---|
cmd/oras/root/cp.go | 66.66% | 0 Missing and 1 partial :warning: |
cmd/oras/root/manifest/push.go | 66.66% | 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 can see
oras cp
andoras manifest push
still require a lot of refactoring. Thanks @TerryHowe
I'll look at those next, thanks.
LGTM but I can see
oras cp
andoras manifest push
still require a lot of refactoring. Thanks @TerryHoweI'll look at those next, thanks.
Thanks, the main idea is to create dedicated display handler for cp
and manifest push
that implements a TaggedHandler
like https://github.com/oras-project/oras/blob/f64964319489e88e4842d20b28428d1ffd065206/cmd/oras/internal/display/metadata/text/push.go#L41C1-L45C2
What this PR does / why we need it:
Remove the last deprecated method