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

etcdutl: use map to count unique user keys in snapshot status #19344

Merged
merged 1 commit into from
Feb 7, 2025

etcdutl: use map to count unique user keys in snapshot status

2d37700
Select commit
Loading
Failed to load commit list.
Merged

etcdutl: use map to count unique user keys in snapshot status #19344

etcdutl: use map to count unique user keys in snapshot status
2d37700
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 7, 2025 in 1s

68.93% (+0.09%) compared to d62cdee

View this Pull Request on Codecov

68.93% (+0.09%) compared to d62cdee

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.93%. Comparing base (d62cdee) to head (2d37700).
Report is 21 commits behind head on main.

Additional details and impacted files
Files with missing lines Coverage Δ
etcdutl/snapshot/v3_snapshot.go 58.30% <100.00%> (+0.86%) ⬆️
server/storage/mvcc/revision.go 91.83% <100.00%> (+0.34%) ⬆️

... and 32 files with indirect coverage changes

@@            Coverage Diff             @@
##             main   #19344      +/-   ##
==========================================
+ Coverage   68.84%   68.93%   +0.09%     
==========================================
  Files         420      420              
  Lines       35716    35731      +15     
==========================================
+ Hits        24587    24630      +43     
+ Misses       9695     9680      -15     
+ Partials     1434     1421      -13     

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d62cdee...2d37700. Read the comment docs.