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 logger method to command #1355

Closed TerryHowe closed 2 months ago

TerryHowe commented 2 months ago

What this PR does / why we need it:

I think it makes a lot more sense that a command has-a logger rather than an option.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 84.78%. Comparing base (db85734) to head (a60bf6a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1355 +/- ## ======================================= Coverage 84.77% 84.78% ======================================= Files 104 105 +1 Lines 3704 3706 +2 ======================================= + Hits 3140 3142 +2 Misses 336 336 Partials 228 228 ```

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