oras-project / oras

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

refactor: Move ShortDigest out of display package #1373

Closed TerryHowe closed 1 month ago

TerryHowe commented 1 month ago

What this PR does / why we need it:

The ShortDigest method ideally would be a method of descriptor, but that is not part of this project, so it should live in some package related to that object.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.72%. Comparing base (979dbd7) to head (3da4635).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1373 +/- ## ========================================= + Coverage 0 84.72% +84.72% ========================================= Files 0 104 +104 Lines 0 3706 +3706 ========================================= + Hits 0 3140 +3140 - Misses 0 338 +338 - Partials 0 228 +228 ```

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