-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Check for new skaffold version when skaffold.yaml parsing fails #1587
Check for new skaffold version when skaffold.yaml parsing fails #1587
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1587 +/- ##
==========================================
+ Coverage 46.51% 46.92% +0.41%
==========================================
Files 118 119 +1
Lines 5044 5072 +28
==========================================
+ Hits 2346 2380 +34
+ Misses 2464 2458 -6
Partials 234 234
Continue to review full report at Codecov.
|
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.
nice. a few small comments but otherwise LGTM
Signed-off-by: Cornelius Weig <[email protected]>
da9e7d8
to
cfe18e8
Compare
Signed-off-by: Cornelius Weig <[email protected]>
cfe18e8
to
7906779
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.
Minor nits, otherwise looks good.
Signed-off-by: Cornelius Weig <[email protected]>
Re-uses the already existing asynchronous version check. Now, if parsing fails, the check is repeated synchronously and an appropriate warning is shown.
Fixes #1570