Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: status, metadata and content handlers for manifest index commands #1509

Merged
merged 28 commits into from
Nov 14, 2024

fix pretty with file output

4d18845
Select commit
Loading
Failed to load commit list.
Merged

refactor: status, metadata and content handlers for manifest index commands #1509

fix pretty with file output
4d18845
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 26, 2024 in 0s

85.28% (target 75.00%)

View this Pull Request on Codecov

85.28% (target 75.00%)

Details

Codecov Report

Attention: Patch coverage is 73.46939% with 52 lines in your changes missing coverage. Please review.

Project coverage is 85.28%. Comparing base (8dc05a7) to head (4d18845).

Files with missing lines Patch % Lines
cmd/oras/root/manifest/index/update.go 47.82% 12 Missing and 12 partials ⚠️
cmd/oras/root/manifest/index/create.go 44.00% 7 Missing and 7 partials ⚠️
cmd/oras/internal/display/status/discard.go 75.00% 6 Missing ⚠️
cmd/oras/internal/display/status/text.go 90.47% 3 Missing and 1 partial ⚠️
...md/oras/internal/display/content/manifest_index.go 85.71% 1 Missing and 1 partial ⚠️
cmd/oras/internal/display/metadata/discard.go 50.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1509      +/-   ##
==========================================
- Coverage   86.10%   85.28%   -0.83%     
==========================================
  Files         118      119       +1     
  Lines        4224     4355     +131     
==========================================
+ Hits         3637     3714      +77     
- Misses        350      382      +32     
- Partials      237      259      +22     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.