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

Implement Debug, PartialEq, Eq for age::x25519::Recipient. #420

Merged
merged 4 commits into from
Dec 27, 2023

Conversation

gibbz00
Copy link
Contributor

@gibbz00 gibbz00 commented Dec 9, 2023

Background motivation is that I'm working on a SOPS in rust project that where I need Debug and PartialEq implementations for proper and somewhat generic unit testing 😊

@str4d str4d added this to the rage 0.10.0 milestone Dec 17, 2023
Copy link

codecov bot commented Dec 17, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (488212d) 40.81% compared to head (6f29515) 41.32%.
Report is 16 commits behind head on main.

Files Patch % Lines
age/src/x25519.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #420      +/-   ##
==========================================
+ Coverage   40.81%   41.32%   +0.51%     
==========================================
  Files          34       34              
  Lines        3249     3233      -16     
==========================================
+ Hits         1326     1336      +10     
+ Misses       1923     1897      -26     

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

age/src/x25519.rs Outdated Show resolved Hide resolved
@str4d str4d changed the title Implement Debug and PartialEq for age::x25519::Recipient. Implement Debug, PartialEq, Eq for age::x25519::Recipient. Dec 17, 2023
@str4d str4d merged commit 1a12320 into str4d:main Dec 27, 2023
10 of 12 checks passed
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.

2 participants