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

refactor: use command output in status output #1314

Closed qweeah closed 6 months ago

qweeah commented 6 months ago

This PR makes status output handlers use command output.

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 97.50000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 82.30%. Comparing base (093ed14) to head (e8e3e44).

Files Patch % Lines
cmd/oras/internal/display/status/text.go 90.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1314 +/- ## ========================================== + Coverage 82.27% 82.30% +0.03% ========================================== Files 83 83 Lines 4029 4036 +7 ========================================== + Hits 3315 3322 +7 Misses 494 494 Partials 220 220 ```

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

TerryHowe commented 6 months ago

Yeh, that is an improvement, thanks