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_encrypted_material_t to C++ classes. #2304

Merged
merged 17 commits into from
Jan 23, 2025

Bump FreeBSD image version for Cirrus CI.

39e3e5e
Select commit
Loading
Failed to load commit list.
Merged

Refactor pgp_encrypted_material_t to C++ classes. #2304

Bump FreeBSD image version for Cirrus CI.
39e3e5e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 8, 2025 in 0s

85.14% (+0.24%) compared to 884b52b

View this Pull Request on Codecov

85.14% (+0.24%) compared to 884b52b

Details

Codecov Report

Attention: Patch coverage is 86.46154% with 44 lines in your changes missing coverage. Please review.

Project coverage is 85.14%. Comparing base (884b52b) to head (39e3e5e).

Files with missing lines Patch % Lines
src/lib/key_material.cpp 88.60% 9 Missing ⚠️
src/librepgp/stream-dump.cpp 87.32% 9 Missing ⚠️
src/lib/rnp.cpp 27.27% 8 Missing ⚠️
src/lib/sig_material.cpp 77.41% 7 Missing ⚠️
src/lib/enc_material.cpp 84.21% 6 Missing ⚠️
src/librepgp/stream-packet.cpp 85.71% 2 Missing ⚠️
src/lib/crypto/signatures.cpp 85.71% 1 Missing ⚠️
src/lib/sig_material.hpp 83.33% 1 Missing ⚠️
src/librepgp/stream-parse.cpp 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2304      +/-   ##
==========================================
+ Coverage   84.90%   85.14%   +0.24%     
==========================================
  Files         114      118       +4     
  Lines       22788    22780       -8     
==========================================
+ Hits        19349    19397      +48     
+ Misses       3439     3383      -56     

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