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 pgp_key_material_t to C++. #2250

Merged
merged 8 commits into from
Aug 24, 2024

Rename PQC classes.

878e89b
Select commit
Loading
Failed to load commit list.
Merged

Refactor pgp_key_material_t to C++. #2250

Rename PQC classes.
878e89b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 22, 2024 in 0s

83.75% (+0.17%) compared to e3662a7

View this Pull Request on Codecov

83.75% (+0.17%) compared to e3662a7

Details

Codecov Report

Attention: Patch coverage is 83.64706% with 139 lines in your changes missing coverage. Please review.

Project coverage is 83.75%. Comparing base (e3662a7) to head (878e89b).
Report is 2 commits behind head on main.

Files Patch % Lines
src/lib/key_material.cpp 81.40% 93 Missing ⚠️
src/lib/rnp.cpp 50.00% 16 Missing ⚠️
src/librekey/key_store_g10.cpp 86.66% 12 Missing ⚠️
src/librepgp/stream-dump.cpp 94.04% 5 Missing ⚠️
src/lib/key_material.hpp 84.61% 4 Missing ⚠️
src/lib/pgp-key.cpp 83.33% 4 Missing ⚠️
src/lib/crypto.cpp 60.00% 2 Missing ⚠️
src/librepgp/stream-key.cpp 88.23% 2 Missing ⚠️
src/lib/crypto/signatures.cpp 94.73% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2250      +/-   ##
==========================================
+ Coverage   83.58%   83.75%   +0.17%     
==========================================
  Files         107      113       +6     
  Lines       23163    23246      +83     
==========================================
+ Hits        19360    19470     +110     
+ Misses       3803     3776      -27     

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