-
Notifications
You must be signed in to change notification settings - Fork 117
[bugfix] Fix incomplete printout of the performance report in case of test failures #1117
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
[bugfix] Fix incomplete printout of the performance report in case of test failures #1117
Conversation
* Do not print the performance report table if no performance report values are present. * Put printing of num_tasks in the correct if block.
Codecov Report
@@ Coverage Diff @@
## master #1117 +/- ##
=======================================
Coverage 91.89% 91.89%
=======================================
Files 81 81
Lines 11629 11629
=======================================
Hits 10686 10686
Misses 943 943Continue to review full report at Codecov.
|
ekouts
left a comment
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
vkarak
left a comment
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 now
|
@teojgo All unit tests are failing. Can you fix it so that we can merge this one? |
Do not print the performance report table if no performance report
values are present.
Put printing of num_tasks in the correct if block.
Fixes #1081