-
-
Notifications
You must be signed in to change notification settings - Fork 8
fix format comment #36
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #36 +/- ##
==========================================
- Coverage 81.48% 81.37% -0.12%
==========================================
Files 8 8
Lines 713 714 +1
==========================================
Hits 581 581
- Misses 132 133 +1
|
Code coverage decrease is because we aren't uploading reports for unit tests on Windows. It is not a direct result of these changes. These changes are all covered by current unit tests. I admit, the unit test covering these lines should be more exhaustive to detect the reported bug. |
7099488
to
b9c5321
Compare
- make sure that total count of files that need formatting align with the number of files listed - respect all values of `lines-changed-only` when creating format comment
Ubuntu-latest runners no longer ship with clang v12
b9c5321
to
b5644ed
Compare
Kudos, SonarCloud Quality Gate passed!
|
I found a more efficient way to get the count of files that need formatting (doesn't use regex pattern anymore). |
in reference to cpp-linter/cpp-linter-action#161
May need to adjust unit tests for this