We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ad258 commit f849ea7Copy full SHA for f849ea7
.github/workflows/CI-linux.yml
@@ -405,6 +405,7 @@ jobs:
405
set -xe
406
. "$PWD/codechecker/venv/bin/activate"
407
export PATH="$PWD/codechecker/build/CodeChecker/bin:$PATH"
408
+ [ -d "${BUILD_DIR}/clang-tidy/" ] || exit 0
409
set +e
410
report-converter -t clang-tidy-yaml -o "${BUILD_DIR}/codechecker_clangtidy_results" "${BUILD_DIR}/clang-tidy/"
411
CodeChecker parse -e sarif "${BUILD_DIR}/codechecker_clangtidy_results" -o "${GITHUB_WORKSPACE}/codechecker_clangtidy_report.json"
0 commit comments