oras-project / oras-go

ORAS Go library
https://oras.land
Apache License 2.0
172 stars 94 forks source link

refactor: remove AutoRemoveReferrers flag #683

Closed wangxiaoxuan273 closed 7 months ago

wangxiaoxuan273 commented 7 months ago

following #680 and addressing this comment: https://github.com/oras-project/oras-go/pull/680#discussion_r1457164506

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (fa548ab) 75.92% compared to head (78c40fd) 75.92%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #683 +/- ## ========================================== - Coverage 75.92% 75.92% -0.01% ========================================== Files 59 59 Lines 5874 5873 -1 ========================================== - Hits 4460 4459 -1 Misses 1037 1037 Partials 377 377 ```

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

shizhMSFT commented 7 months ago

The AutoRemoveReferrers flag was introduced in #653

Wwwsylvia commented 7 months ago

Wondering if this is a refactor?