forked from eclipse-wakaama/wakaama
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Use CodeChecker as static analysis tool
CodeChecker combines multiple static code analysis tools including `clang-sa`. It also provides the possibility to check against a baseline to report only newly introduced issues. Moreover it is simpler to use. It could eventually replace `clang-sa` completely in the pipeline.
- Loading branch information
1 parent
e2ce38b
commit 2130d3f
Showing
7 changed files
with
170 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: Clang Static Analyzer | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
codechecker_static_analyzer: | ||
runs-on: ubuntu-24.04 | ||
|
||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
|
||
- name: Install CodeChecker | ||
run: | | ||
sudo apt-get update | ||
sudo apt-get install clang-tools-18 cmake cppcheck libcunit1-dev ninja-build unzip wget | ||
pip3 install codechecker | ||
- name: Run CodeChecker | ||
run: | | ||
run: tools/ci/run_ci.sh --run-build --run-code-checker --code-checker diff | ||
- name: Upload CodeChecker reports | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: CodeChecker Reports | ||
path: build-wakaama/codechecker_report |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Static Code analysis with CodeChecker | ||
|
||
Wakaama uses [`CodeChecker`](https://codechecker.readthedocs.io/) for static code analysis. | ||
|
||
It's possible to run `CodeChecker` in two different modes: `full` and `diff` | ||
|
||
In `full` mode all found issues are reported. In `diff` mode only new issues are shown. | ||
|
||
The `diff` mode compares found issues with a 'base line' and shows only newly found issues. | ||
|
||
## Running `CodeChecker` | ||
|
||
The `CodeChecker` is run as part of the CI GitHub Actions. But it can be run manually: | ||
|
||
To show new issues: | ||
``` | ||
tools/ci/run_ci.sh --run-build --run-code-checker --code-checker diff | ||
``` | ||
|
||
To show *all* issues: | ||
``` | ||
tools/ci/run_ci.sh --run-build --run-code-checker --code-checker full | ||
``` | ||
|
||
Create new 'base line': | ||
``` | ||
tools/ci/run_ci.sh --run-build --run-code-checker --code-checker baseline | ||
``` |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"analyze": [ | ||
"--disable=cplusplus", | ||
"--disable=cppcheck-exceptDeallocThrow", | ||
"--disable=cppcheck-exceptThrowInDestructor", | ||
"--disable=cppcheck-leakUnsafeArgAlloc", | ||
"--disable=cppcheck-rethrowNoCurrentException", | ||
"--disable=cppcheck-thisSubtraction", | ||
"--disable=cppcheck-throwInNoexceptFunction", | ||
"--clean" | ||
] | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
-*/examples/shared/tinydtls/* | ||
-*/tests/* |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
044f5b0eff4745c2bf6364813afd33ed | ||
0ea7931b69e8b3234c564f1c2d97f2e3 | ||
1d23d25836c787b32f1e2a64bc4ceed0 | ||
1ea9912faf6e4f215ad5a6d25ecfc03c | ||
26048fdcff9c36d589077b346f71e33e | ||
2c54e9cc5a9990f3117bbd259578b516 | ||
33f934a71b0c12292a083efd2adabae9 | ||
3bef48a5f28f0375149d867be4030080 | ||
45df5602f4966deb9b705703b3753e0f | ||
4ba84444bec0ad2c1a3cba7fc7b0c3cf | ||
60caf3b05164653289c877317425738a | ||
6bd4c519d9e63f4a53451f429e10152c | ||
6cfd057ffacc065fc770c622a2801f0b | ||
7bcc83d8b030eac413624485f514009c | ||
7e8dcf5879ee7613d0f2f88e0965a290 | ||
980102c730b942fde3d5d200dd25b7a9 | ||
9a834ddd93d8270abe7e78b95ab11a11 | ||
a7bc6b73d1f9731b3a8f04be1b38f08b | ||
a88646fb05690e1bf9d276146e382ce9 | ||
b51ace258f9a9331a53701858f2cb6a3 | ||
be24877e5af3c3d3308a586aa6f6707d | ||
c964129b59f0e66d6b41d688931d6787 | ||
cc1891f9815f83294fce7f6bc888bcdc | ||
d3e2a589356bb70b9a30f970b2db06f8 | ||
dc553bb37462545017cf8d6c8d7fe833 | ||
dea66b9a29663430abdde592542f1b6b | ||
e363b18b83d5b78d9317b8af69cee913 | ||
e4997fe34bc4c71cf912721907a2cd4a | ||
eab1cfe928d38fd5c590c9662b18f46a | ||
ee8ba227407ff351d78e4c2acbbd03ab |