Skip to content

fix(cpp): add missing bracket in if condition and for loops#900

Open
SYaoJun wants to merge 1 commit intoapache:mainfrom
SYaoJun:0302_missing_bracket
Open

fix(cpp): add missing bracket in if condition and for loops#900
SYaoJun wants to merge 1 commit intoapache:mainfrom
SYaoJun:0302_missing_bracket

Conversation

@SYaoJun
Copy link
Contributor

@SYaoJun SYaoJun commented Mar 2, 2026

fix: #899

Reason for this PR

What changes are included in this PR?

fix clang-tidy warnings

Are these changes tested?

yes

Are there any user-facing changes?

N/A

Signed-off-by: syaojun <libevent@yeah.net>
@codecov-commenter
Copy link

codecov-commenter commented Mar 2, 2026

Codecov Report

❌ Patch coverage is 79.31034% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.60%. Comparing base (d535a43) to head (88de0b2).
⚠️ Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
cpp/src/graphar/chunk_info_writer.cc 0.00% 6 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #900      +/-   ##
============================================
+ Coverage     79.81%   80.60%   +0.78%     
  Complexity      615      615              
============================================
  Files            93       94       +1     
  Lines         10296    10707     +411     
  Branches       1055     1055              
============================================
+ Hits           8218     8630     +412     
+ Misses         1838     1837       -1     
  Partials        240      240              
Flag Coverage Δ
cpp 70.89% <79.31%> (+0.09%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Style]: missing brackets in single line if condition

2 participants