-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Suppress Test Logs #6256
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
Suppress Test Logs #6256
Conversation
This will reduce some of the noise in the tests logs.
Codecov Report
@@ Coverage Diff @@
## master #6256 +/- ##
==========================================
- Coverage 94.01% 93.95% -0.06%
==========================================
Files 169 169
Lines 11529 11531 +2
==========================================
- Hits 10839 10834 -5
- Misses 690 697 +7
Continue to review full report at Codecov.
|
@davimacedo Can you look into the GraphQL test logs? I'm not to familiar with it. We can probably add it to a separate PR. |
This commit should fix for GraphQL |
Nice! |
@davimacedo How does this look? |
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.
Great job!
* Suppress Test Logs This will reduce some of the noise in the tests logs. * replace deprecated buffer * remove deprecation warnings * fix geopoint * Fix GraphQL * postgres warnings
This will reduce some of the noise in the tests logs.