-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
CI: Quieter doctests #23232
CI: Quieter doctests #23232
Conversation
Previously, lint failures were being pushed far away from the exit code due to a new line per doctest. If there is a failure, it'll still be printed out.
|
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.
I used that originally locally to see which ones were running/failing, but indeed on travis it is mainly important to see the error
Codecov Report
@@ Coverage Diff @@
## master #23232 +/- ##
=======================================
Coverage 92.19% 92.19%
=======================================
Files 169 169
Lines 50950 50950
=======================================
Hits 46975 46975
Misses 3975 3975
Continue to review full report at Codecov.
|
ref
#23215 (comment)
cc @datapythonista @jbrockmendel