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 signature subpackets for better code and update FFI. #2281

Merged
merged 10 commits into from
Oct 21, 2024

Conversation

ni4
Copy link
Contributor

@ni4 ni4 commented Oct 3, 2024

...and get closer to absence of anonymous unions and raw pointers.

Copy link

codecov bot commented Oct 3, 2024

Codecov Report

Attention: Patch coverage is 90.80338% with 87 lines in your changes missing coverage. Please review.

Project coverage is 84.65%. Comparing base (92adfd7) to head (ebcdb2e).
Report is 10 commits behind head on main.

Files with missing lines Patch % Lines
src/librepgp/stream-dump.cpp 86.30% 23 Missing ⚠️
src/librepgp/stream-sig.cpp 88.83% 22 Missing ⚠️
src/lib/sig_subpacket.cpp 94.03% 18 Missing ⚠️
src/lib/sig_subpacket.hpp 91.97% 15 Missing ⚠️
src/lib/rnp.cpp 89.36% 5 Missing ⚠️
src/lib/fingerprint.cpp 75.00% 2 Missing ⚠️
src/lib/pgp-key.cpp 92.85% 1 Missing ⚠️
src/librepgp/stream-packet.cpp 91.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2281      +/-   ##
==========================================
+ Coverage   84.27%   84.65%   +0.38%     
==========================================
  Files         114      116       +2     
  Lines       23324    23422      +98     
==========================================
+ Hits        19656    19829     +173     
+ Misses       3668     3593      -75     

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

@ni4 ni4 force-pushed the ni4-refactor-signature-subpackets branch from 613fd18 to 5ddd706 Compare October 3, 2024 12:18
@ni4 ni4 force-pushed the ni4-refactor-signature-subpackets branch 4 times, most recently from 903fddf to 0df336e Compare October 8, 2024 07:57
@ni4 ni4 force-pushed the ni4-refactor-signature-subpackets branch from 0df336e to 27b1ab7 Compare October 9, 2024 10:10
@ni4 ni4 changed the title (WIP) Refactor signature subpackets for better code. Refactor signature subpackets for better code and update FFI. Oct 9, 2024
@ni4 ni4 force-pushed the ni4-refactor-signature-subpackets branch from 27b1ab7 to 511744f Compare October 9, 2024 11:57
@ni4 ni4 marked this pull request as ready for review October 9, 2024 12:43
@ni4 ni4 force-pushed the ni4-refactor-signature-subpackets branch from 580c3a9 to ebcdb2e Compare October 9, 2024 14:21
Copy link
Member

@maxirmx maxirmx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ni4
Copy link
Contributor Author

ni4 commented Oct 21, 2024

Merging with two approvals. Thanks all!

@ni4 ni4 merged commit a421aa3 into main Oct 21, 2024
124 checks passed
@ni4 ni4 deleted the ni4-refactor-signature-subpackets branch October 21, 2024 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants