Add clang-tidy job/script - #1720
Open
ystefinko wants to merge 1 commit into
Open
Conversation
ystefinko
force-pushed
the
ystefinko/cland-tidy-job
branch
from
August 7, 2026 11:42
9354d61 to
bad57d3
Compare
Add GithubActions job and script which compiles and checks clang-tidy with minimal set of tidy configs Relates-To: OCMAM-143 Signed-off-by: Yaroslav Stefinko <ext-yaroslav.stefinko@here.com>
ystefinko
force-pushed
the
ystefinko/cland-tidy-job
branch
from
August 7, 2026 11:47
bad57d3 to
a101def
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1720 +/- ##
==========================================
+ Coverage 80.34% 80.36% +0.02%
==========================================
Files 356 356
Lines 14295 14294 -1
Branches 1565 1565
==========================================
+ Hits 11485 11487 +2
+ Misses 2178 2176 -2
+ Partials 632 631 -1 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add GithubActions job and script which compiles and checks clang-tidy with minimal set of tidy configs
Relates-To: OCMAM-143