-
Notifications
You must be signed in to change notification settings - Fork 525
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
changed post-increments in loops to preincrements #888
Conversation
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.
Thank you for this change. CI is failing for a known issue that should be fixed soon.
Codecov Report
@@ Coverage Diff @@
## main #888 +/- ##
=======================================
Coverage 57.91% 57.91%
=======================================
Files 310 310
Lines 26072 26072
=======================================
Hits 15096 15096
Misses 10976 10976
Continue to review full report at Codecov.
|
Description
Post incremented variables in loops are replaced with pre incremented variables, as suggested by #870.