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

Key length support #81

Merged
merged 5 commits into from
Nov 1, 2024

Add long key length test

bf2e0ca
Select commit
Loading
Failed to load commit list.
Merged

Key length support #81

Add long key length test
bf2e0ca
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 1, 2024 in 0s

94.21% (+0.04%) compared to cc49630

View this Pull Request on Codecov

94.21% (+0.04%) compared to cc49630

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.21%. Comparing base (cc49630) to head (bf2e0ca).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #81      +/-   ##
===========================================
+ Coverage    94.17%   94.21%   +0.04%     
===========================================
  Files           27       26       -1     
  Lines         5443     5464      +21     
===========================================
+ Hits          5126     5148      +22     
+ Misses         317      316       -1     
Files with missing lines Coverage Δ
src/merk/chunks.rs 99.64% <100.00%> (+<0.01%) ⬆️
src/proofs/encoding.rs 100.00% <100.00%> (ø)
src/proofs/query/mod.rs 99.02% <100.00%> (ø)
src/tree/encoding.rs 99.30% <100.00%> (ø)
src/tree/kv.rs 100.00% <100.00%> (ø)
src/tree/link.rs 94.35% <100.00%> (+0.38%) ⬆️
src/tree/mod.rs 94.91% <100.00%> (ø)

... and 1 file with indirect coverage changes

Impacted file tree graph