-
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
Apply default values upgraded configurations #1332
Apply default values upgraded configurations #1332
Conversation
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.
Thank you! can you implement the tests for it as well? We have a reasonable coverage now, shouldn't be hard.
067fd07
to
70fd325
Compare
Codecov Report
@@ Coverage Diff @@
## master #1332 +/- ##
==========================================
- Coverage 44.84% 44.71% -0.13%
==========================================
Files 110 114 +4
Lines 4797 4880 +83
==========================================
+ Hits 2151 2182 +31
- Misses 2425 2476 +51
- Partials 221 222 +1
Continue to review full report at Codecov.
|
Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
70fd325
to
2ccf30d
Compare
Signed-off-by: David Gageot <david@gageot.net>
aec9654
to
3335346
Compare
Default values need to be set after upgrade, not before. In fact, default values are only needed to simplify the code of the runner, so that it doesn't have to compensate missing fields.
I used this opportunity to:
skaffold fix
Signed-off-by: David Gageot david@gageot.net