-
Notifications
You must be signed in to change notification settings - Fork 76
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
Unit tests for certificate rotation #739
Conversation
Codecov Report
@@ Coverage Diff @@
## main #739 +/- ##
==========================================
+ Coverage 68.27% 69.07% +0.80%
==========================================
Files 20 20
Lines 2068 2073 +5
==========================================
+ Hits 1412 1432 +20
+ Misses 544 529 -15
Partials 112 112
|
2b1aaea
to
6f52025
Compare
6f52025
to
e4bf0d3
Compare
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.
some nits only.
e4bf0d3
to
05d61ea
Compare
05d61ea
to
9e8dfa2
Compare
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.
LGTM! Thanks.
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.
LGTM Nice work 👍
LGTM |
What this PR does / why we need it:
This PR refactors the certificate rotation code to extract the logic into a separate method and adds unit tests for this method.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #656
Special notes for your reviewer