File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 29
29
run : |
30
30
cppcheck --std=c++11 --enable=performance,portability,information --quiet --error-exitcode=1 src/
31
31
- name : Run clang-tidy
32
+ if : matrix.compiler.cc == 'clang-10'
32
33
run : |
33
34
run-clang-tidy-8 \
34
35
-p=test/build \
@@ -38,12 +39,13 @@ jobs:
38
39
-export-fixes clang-tidy-fixes.yaml
39
40
- name : Run clang-tidy-pr-comments action
40
41
uses : platisd/clang-tidy-pr-comments@master
42
+ if : matrix.compiler.cc == 'clang-10'
41
43
with :
42
44
github_token : ${{ secrets.GITHUB_TOKEN }}
43
45
clang_tidy_fixes : clang-tidy-fixes.yaml
44
46
request_changes : true
45
47
- name : Get coverage report (only for GCC)
46
- if : ${{ matrix.compiler.cc }} == 'gcc-10'
48
+ if : matrix.compiler.cc == 'gcc-10'
47
49
run : |
48
50
bash run_coverage.sh
49
51
bash <(curl -s https://codecov.io/bash) -s coverage-reports || echo "Codecov did not collect coverage reports"
You can’t perform that action at this time.
0 commit comments