-
Notifications
You must be signed in to change notification settings - Fork 1.7k
added some extra logging for test failures for easier feedback #1763
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
added some extra logging for test failures for easier feedback #1763
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1763 +/- ##
=======================================
Coverage 46.97% 46.97%
=======================================
Files 130 130
Lines 6252 6252
=======================================
Hits 2937 2937
Misses 3014 3014
Partials 301 301 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.
👍
how about dropping the -v flag?
The only reason why i dont like this change is we can't see why test failed with your change.
vs seeing the whole output.
|
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.
Consider dropping -v
instead
That's awesome feedback @tejal29, thank you! |
This adds some extra logging at the bottom of
make test
run and saves it in a temporary logfile so that you don't have to manually scroll through issues - as our test output is getting long.