-
Notifications
You must be signed in to change notification settings - Fork 126
Make indent again #344
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
Make indent again #344
Conversation
Signed-off-by: Christian Heimes <cheimes@redhat.com>
We need a test for C indention. |
Codecov Report
@@ Coverage Diff @@
## master #344 +/- ##
==========================================
- Coverage 70.47% 70.45% -0.02%
==========================================
Files 50 50
Lines 4792 4790 -2
Branches 802 802
==========================================
- Hits 3377 3375 -2
Misses 1071 1071
Partials 344 344
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.
LGTM.
I wouldn't label this "correctness" though – that should be for error handling, undefined behavior, leaks, etc. Maybe add a "style" label for formatting issues.
The Travis job is consistently failing in coverage with |
Anyway, I checked that the actual tests pass. |
Yes, |
OK, I'll add it again. |
Apparently only some builders are affected. Most test runs today did not fail. |
Signed-off-by: Christian Heimes cheimes@redhat.com