-
Notifications
You must be signed in to change notification settings - Fork 601
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
Add overloaded init methods that take the public key from a stream an… #908
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #908 +/- ##
============================================
- Coverage 68.96% 68.50% -0.47%
+ Complexity 1448 1416 -32
============================================
Files 208 207 -1
Lines 7602 7529 -73
Branches 658 642 -16
============================================
- Hits 5243 5158 -85
- Misses 2009 2028 +19
+ Partials 350 343 -7 ☔ View full report in Codecov by Sentry. |
30c402e
to
17fe2ab
Compare
Not sure how to update the code coverage report with updated results from the force pushed commit. |
@dkocher if you can bring this back up to date with the base branch, and see whether coverage can be improved slightly to make the codecov happy, I'll merge this so that we can bring out a new version. |
…d properly initialize. Resolves hierynomus#907.
…d properly initialize. Resolves #907.