-
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.
- Loading branch information
Showing
1 changed file
with
3 additions
and
18 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 |
---|---|---|
|
@@ -24,28 +24,13 @@ jobs: | |
annotation-failures: 'warning' | ||
# suppress: 'unusedFunction' | ||
# annotation-level-default: 'error' | ||
- name: Run cppcheck-annotation-action for tests | ||
uses: Konstantin343/[email protected] | ||
with: | ||
std: 'c99' | ||
platform: 'unix64' | ||
log-level: 'verbose' | ||
sources: './test/lcd_hd44780' | ||
annotation-failures: 'warning' | ||
# suppress: 'unusedFunction' | ||
# annotation-level-default: 'error' | ||
|
||
- name: Annotate lines with errors src | ||
uses: yuzutech/[email protected] | ||
with: | ||
repo-token: "${{ secrets.GITHUB_TOKEN }}" | ||
title: 'Results of CppCheck src files' | ||
input: 'annotations.json' | ||
cppcheck-annotations_test_scr: | ||
name: cppcheck-annotations /test/lcd_hd44780 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Run cppcheck-annotation-action | ||
- name: Run cppcheck-annotation-action for tests | ||
uses: Konstantin343/[email protected] | ||
with: | ||
std: 'c99' | ||
|
@@ -55,10 +40,10 @@ jobs: | |
annotation-failures: 'warning' | ||
# suppress: 'unusedFunction' | ||
# annotation-level-default: 'error' | ||
|
||
- name: Annotate lines with errors test_src | ||
uses: yuzutech/[email protected] | ||
with: | ||
repo-token: "${{ secrets.GITHUB_TOKEN }}" | ||
title: 'Results of CppCheck test lcd_hd44780 files' | ||
input: 'annotations.json' | ||
input: 'annotations.json' | ||
|