oras-project / oras

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

chore: using const to replace string #1316

Closed LinuxSuRen closed 6 months ago

LinuxSuRen commented 6 months ago

Signed-off-by: rick LinuxSuRen@users.noreply.github.com

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): Fixes #

Please check the following list:

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 82.30%. Comparing base (bf18775) to head (44301c3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1316 +/- ## ========================================== - Coverage 82.35% 82.30% -0.05% ========================================== Files 83 83 Lines 4036 4036 ========================================== - Hits 3324 3322 -2 - Misses 492 494 +2 Partials 220 220 ```

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

qweeah commented 6 months ago

Thanks for contributing @LinuxSuRen.