-
Notifications
You must be signed in to change notification settings - Fork 71
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
test: unit test for filterWindowsServiceAccountSecretVolume #497
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## master #497 +/- ##
==========================================
+ Coverage 46.43% 47.41% +0.97%
==========================================
Files 14 14
Lines 2455 2455
==========================================
+ Hits 1140 1164 +24
+ Misses 1229 1206 -23
+ Partials 86 85 -1 see 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
LGTM |
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.
Few nits but overall really LGTM.
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
Added unit test for filterWindowsServiceAccountSecretVolume. Also created unit test TestCreatePodWithWindowsOs which calls CreatePod method with the os set to "Windows"