-
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: Add Unit Test for GetVolumes (ProjectedVolume) with source secret #505
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 #505 +/- ##
==========================================
+ Coverage 51.03% 51.48% +0.44%
==========================================
Files 14 14
Lines 2455 2455
==========================================
+ Hits 1253 1264 +11
+ Misses 1113 1100 -13
- Partials 89 91 +2 see 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
LGTM |
Added unit test for Projected volumes in GetVolumes method with Secret source inside aci_volumes.go in aci_volumes_test.go test file.
Changed mock variable names for GetVolumes case secret to more realistic values.
#500