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

LeaseSet2 support #68

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

DatabaseStore::from_ls2()

51281c3
Select commit
Loading
Failed to load commit list.
Open

LeaseSet2 support #68

DatabaseStore::from_ls2()
51281c3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 22, 2025 in 0s

53.51% (-0.43%) compared to 87a8068

View this Pull Request on Codecov

53.51% (-0.43%) compared to 87a8068

Details

Codecov Report

Attention: Patch coverage is 69.12029% with 172 lines in your changes missing coverage. Please review.

Project coverage is 53.51%. Comparing base (87a8068) to head (51281c3).
Report is 89 commits behind head on main.

Files with missing lines Patch % Lines
src/data/ls2/enc/auth.rs 50.56% 44 Missing ⚠️
src/data/ls2/frame.rs 63.46% 38 Missing ⚠️
src/data/ls2/enc.rs 87.00% 26 Missing ⚠️
src/data/ls2/enc/frame.rs 81.30% 23 Missing ⚠️
src/i2np/frame.rs 0.00% 14 Missing ⚠️
src/crypto/frame.rs 0.00% 10 Missing ⚠️
src/netdb/mod.rs 0.00% 10 Missing ⚠️
src/crypto/mod.rs 0.00% 4 Missing ⚠️
src/i2np/mod.rs 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #68      +/-   ##
==========================================
- Coverage   53.94%   53.51%   -0.43%     
==========================================
  Files          30       31       +1     
  Lines        3711     3793      +82     
==========================================
+ Hits         2002     2030      +28     
- Misses       1709     1763      +54     

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