-
Notifications
You must be signed in to change notification settings - Fork 867
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
fix(cli): nil pointer while linting #2324
fix(cli): nil pointer while linting #2324
Conversation
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Codecov ReportBase: 82.38% // Head: 82.76% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2324 +/- ##
==========================================
+ Coverage 82.38% 82.76% +0.38%
==========================================
Files 121 121
Lines 18476 18522 +46
==========================================
+ Hits 15221 15330 +109
+ Misses 2468 2408 -60
+ Partials 787 784 -3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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
* fix nil pointer on lint Signed-off-by: zachaller <[email protected]> * github trigger re-run Signed-off-by: zachaller <[email protected]> * add test for having a virtual service but not using it in rollout Signed-off-by: zachaller <[email protected]> * change logic Signed-off-by: zachaller <[email protected]> * improve test cov Signed-off-by: zachaller <[email protected]> * remove unreachable code Signed-off-by: zachaller <[email protected]> * github trigger re-run Signed-off-by: zachaller <[email protected]> * github trigger re-run Signed-off-by: zachaller <[email protected]> * Add test coverage Signed-off-by: zachaller <[email protected]> * add more test coverage Signed-off-by: zachaller <[email protected]> * Standardize msg Signed-off-by: zachaller <[email protected]> * lint Signed-off-by: zachaller <[email protected]> Signed-off-by: zachaller <[email protected]>
* fix nil pointer on lint Signed-off-by: zachaller <[email protected]> * github trigger re-run Signed-off-by: zachaller <[email protected]> * add test for having a virtual service but not using it in rollout Signed-off-by: zachaller <[email protected]> * change logic Signed-off-by: zachaller <[email protected]> * improve test cov Signed-off-by: zachaller <[email protected]> * remove unreachable code Signed-off-by: zachaller <[email protected]> * github trigger re-run Signed-off-by: zachaller <[email protected]> * github trigger re-run Signed-off-by: zachaller <[email protected]> * Add test coverage Signed-off-by: zachaller <[email protected]> * add more test coverage Signed-off-by: zachaller <[email protected]> * Standardize msg Signed-off-by: zachaller <[email protected]> * lint Signed-off-by: zachaller <[email protected]> Signed-off-by: zachaller <[email protected]>
* fix nil pointer on lint Signed-off-by: zachaller <[email protected]> * github trigger re-run Signed-off-by: zachaller <[email protected]> * add test for having a virtual service but not using it in rollout Signed-off-by: zachaller <[email protected]> * change logic Signed-off-by: zachaller <[email protected]> * improve test cov Signed-off-by: zachaller <[email protected]> * remove unreachable code Signed-off-by: zachaller <[email protected]> * github trigger re-run Signed-off-by: zachaller <[email protected]> * github trigger re-run Signed-off-by: zachaller <[email protected]> * Add test coverage Signed-off-by: zachaller <[email protected]> * add more test coverage Signed-off-by: zachaller <[email protected]> * Standardize msg Signed-off-by: zachaller <[email protected]> * lint Signed-off-by: zachaller <[email protected]> Signed-off-by: zachaller <[email protected]>
fixes #2322
Signed-off-by: zachaller [email protected]