-
Notifications
You must be signed in to change notification settings - Fork 122
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
Clone printf and fprintf calls #1147
Conversation
clang-tidy review says "All clean, LGTM! 👍" |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1147 +/- ##
==========================================
+ Coverage 94.43% 94.56% +0.13%
==========================================
Files 51 51
Lines 8928 8941 +13
==========================================
+ Hits 8431 8455 +24
+ Misses 497 486 -11
... and 2 files with indirect coverage changes
|
This PR will be revisited when #1150 is fixed. |
clang-tidy review says "All clean, LGTM! 👍" |
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!
* Clone printf and fprintf calls * Add FIXME and print loop index
Closes #1146