-
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
Adding distinct error codes for custom test failures #5501
Adding distinct error codes for custom test failures #5501
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5501 +/- ##
==========================================
- Coverage 71.70% 71.35% -0.36%
==========================================
Files 399 400 +1
Lines 14750 14831 +81
==========================================
+ Hits 10577 10583 +6
- Misses 3398 3473 +75
Partials 775 775
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.
lgtm!
Fixes: #5431
Description
Adding error codes for custom test failures
User facing changes
These changes will enable Skaffold dev to return distinct error codes when custom tests fail.
There are no visible user facing changes.
Related:
#5333