oras-project / oras

OCI registry client - managing content like artifacts, images, packages
https://oras.land
Apache License 2.0
1.52k stars 181 forks source link

refactor: add handlers to `manifest push` commmand #1555

Open wangxiaoxuan273 opened 5 days ago

wangxiaoxuan273 commented 5 days ago

What this PR does / why we need it:

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged): Part of #1542

Please check the following list:

codecov[bot] commented 5 days ago

Codecov Report

Attention: Patch coverage is 85.00000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 84.01%. Comparing base (2703462) to head (2f10233).

Files with missing lines Patch % Lines
cmd/oras/root/manifest/push.go 40.00% 3 Missing and 3 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1555 +/- ## ========================================== - Coverage 84.02% 84.01% -0.01% ========================================== Files 119 119 Lines 5315 5343 +28 ========================================== + Hits 4466 4489 +23 - Misses 602 606 +4 - Partials 247 248 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

qweeah commented 1 day ago

@wangxiaoxuan273 Can you help resolve the conflict?