-
Notifications
You must be signed in to change notification settings - Fork 58
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
Update tests to match SHA1 cutoff date for key signatures. #2180
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2180 +/- ##
==========================================
+ Coverage 77.07% 77.08% +0.01%
==========================================
Files 194 194
Lines 37257 37262 +5
==========================================
+ Hits 28715 28724 +9
+ Misses 8542 8538 -4 ☔ View full report in Codecov by Sentry. |
f224704
to
01ad985
Compare
Not sure why codecov is not happy here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With a call to encrypt_decrypt
commented test_generate_elgamal_key1024_in_gpg_and_encrypt(self)
can be removed.
I did not try to understabd the logic, just a formal note.
01ad985
to
eb1f10b
Compare
Let's merge it as codecov diff report somehow glitched. |
Fixes #1961
Fixes #2182