Closed wangxiaoxuan273 closed 2 months ago
Attention: Patch coverage is 91.78082%
with 12 lines
in your changes missing coverage. Please review.
Project coverage is 86.00%. Comparing base (
2808ea1
) to head (229d4c8
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
cmd/oras/root/manifest/index/update.go | 92.42% | 5 Missing and 5 partials :warning: |
cmd/oras/root/manifest/index/create.go | 81.81% | 1 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Found two lines in the demo output very misleading:
...
Updated sha256:79812a00bb50fc45e56e1744a5201a40364a417bfe444156f3209f3d451b7ecc
Pushed [registry] wxxdevreg.azurecr.io/test@sha256:2b8bab8c7d73d178fa66c391458e5a441e09ab47bb85c3b4936bd94ac07c9132
...
Shouldn't sha256:79812a00bb50fc45e56e1744a5201a40364a417bfe444156f3209f3d451b7ecc
be pushed?
Found two lines in the demo output very misleading:
... Updated sha256:79812a00bb50fc45e56e1744a5201a40364a417bfe444156f3209f3d451b7ecc Pushed [registry] wxxdevreg.azurecr.io/test@sha256:2b8bab8c7d73d178fa66c391458e5a441e09ab47bb85c3b4936bd94ac07c9132 ...
Shouldn't
sha256:79812a00bb50fc45e56e1744a5201a40364a417bfe444156f3209f3d451b7ecc
be pushed?
Thanks for catching!
Found two lines in the demo output very misleading:
... Updated sha256:79812a00bb50fc45e56e1744a5201a40364a417bfe444156f3209f3d451b7ecc Pushed [registry] wxxdevreg.azurecr.io/test@sha256:2b8bab8c7d73d178fa66c391458e5a441e09ab47bb85c3b4936bd94ac07c9132 ...
Shouldn't
sha256:79812a00bb50fc45e56e1744a5201a40364a417bfe444156f3209f3d451b7ecc
be pushed?
Fixed the push path output by adding and using a new function getPushPath
.
What this PR does / why we need it:
oras manifest index update
Current status output:
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 #1053This PR builds on #1475
Please check the following list: