Koma task coverage clang tidy#10
Open
Komal362000 wants to merge 4 commits into
Open
Conversation
7ce1baa to
db792cf
Compare
castler
reviewed
May 20, 2026
| @@ -0,0 +1,179 @@ | |||
| # ******************************************************************************* | |||
There was a problem hiding this comment.
We only want to run it on PR basis. So we should remove this file.
| @@ -0,0 +1,170 @@ | |||
| # ******************************************************************************* | |||
There was a problem hiding this comment.
Please rename the file to clang_tidy.yml
| artifact-name: | ||
| description: 'Name of the coverage report artifact' | ||
| value: ${{ jobs.coverage_report.outputs.artifact-name }} | ||
| conclusion: |
There was a problem hiding this comment.
Unrelated changes in this file, please remove from the PR.
| level: 4 | ||
|
|
||
| - name: Setup Bazel with shared caching | ||
| uses: bazel-contrib/setup-bazel@0.18.0 |
There was a problem hiding this comment.
Please do it the same way as here:
0d27c32 to
043150a
Compare
Clang-Tidy Report [FAIL] —
|
| Metric | Count |
|---|---|
| Errors | 5 |
| Warnings | 26847 |
Check failed — please fix all clang-tidy errors before merging.
043150a to
1b284bd
Compare
edadc37 to
e93575d
Compare
e93575d to
abb5d75
Compare
3962047 to
9cfc076
Compare
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.
1 file changed:
clang_tidy.yml (new) — PR voting check for clang-tidy:
Runs on every PR and push to main
Executes bazel test --config=clang-tidy //... via aspect_rules_lint
Collects findings from .AspectRulesLintClangTidy.out files
Posts/updates a PR comment with error + warning counts
Writes a job summary in GitHub Actions UI
Fails the check only on errors — warnings don't block merge
Cancels stale runs when a new commit is pushed to the same PR
Cache only saved from main — never from PR code