-
Notifications
You must be signed in to change notification settings - Fork 141
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1445 +/- ##
========================================
Coverage 99.91% 99.91%
========================================
Files 135 137 +2
Lines 11014 11128 +114
========================================
+ Hits 11005 11119 +114
Misses 9 9
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.
Please take into account my comments and CodeCov note.
Codecov makes a mistake. That line is inlined and optimized, so there is no call, but it is necessary |
Then add a call in a new test case. |
It will also be optimized. Calling something like |
No, it is not. For code coverage, we disable all optimizations. See other code lines in headers — they are not inlined. |
You may add some dummy output ( |
I've sent a patch with test for |
Test BranchTestInstr output
Correspond to issue #512