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

support generating new image with separate blob for prefetched files #1649

Merged
merged 2 commits into from
Dec 9, 2024

nydusify: introduce optimize subcommand of nydusify

6b13369
Select commit
Loading
Failed to load commit list.
Merged

support generating new image with separate blob for prefetched files #1649

nydusify: introduce optimize subcommand of nydusify
6b13369
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 9, 2024 in 0s

60.01% (-0.10%) compared to bb4744c

View this Pull Request on Codecov

60.01% (-0.10%) compared to bb4744c

Details

Codecov Report

Attention: Patch coverage is 0% with 115 lines in your changes missing coverage. Please review.

Project coverage is 60.01%. Comparing base (bb4744c) to head (6b13369).

Files with missing lines Patch % Lines
builder/src/optimize_prefetch.rs 0.00% 52 Missing ⚠️
src/bin/nydus-image/main.rs 0.00% 31 Missing ⚠️
contrib/nydusify/cmd/nydusify.go 0.00% 27 Missing ⚠️
storage/src/device.rs 0.00% 5 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1649      +/-   ##
==========================================
- Coverage   60.10%   60.01%   -0.10%     
==========================================
  Files         147      147              
  Lines       49513    49583      +70     
  Branches    46994    47037      +43     
==========================================
- Hits        29762    29756       -6     
- Misses      17970    18045      +75     
- Partials     1781     1782       +1     
Files with missing lines Coverage Δ
storage/src/device.rs 66.63% <0.00%> (-0.36%) ⬇️
contrib/nydusify/cmd/nydusify.go 13.52% <0.00%> (-0.54%) ⬇️
src/bin/nydus-image/main.rs 0.59% <0.00%> (-0.01%) ⬇️
builder/src/optimize_prefetch.rs 0.00% <0.00%> (ø)

... and 3 files with indirect coverage changes