Closed TerryHowe closed 2 months ago
Attention: Patch coverage is 90.90909%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 86.05%. Comparing base (
e0f4066
) to head (83474e7
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...md/oras/internal/display/status/console/console.go | 87.50% | 1 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What this PR does / why we need it:
Create a interface for console so that alternate implementations can exist. In doing this, I found the
Size()
method was not properly implemented, so I created aGetHeightWidth()
method.Partial: https://github.com/oras-project/oras/issues/1461