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 @@ -15,7 +15,7 @@ if [[ -z "$RAW_RESULT_DIR" ]]; then
1515fi
1616
1717OUTPUT_DIR=" $RAW_RESULT_DIR " _HTML
18- OUTPUT_LOG=" $( dirname " $RAW_RESULT_DIR " ) " /" $( basename " $RAW_RESULT_DIR " ) _Diff .log"
18+ OUTPUT_LOG=" $( dirname " $RAW_RESULT_DIR " ) " /" $( basename " $RAW_RESULT_DIR " ) _Parse .log"
1919mkdir -pv " $( dirname " $OUTPUT_DIR " ) "
2020
2121if [[ ! -z " $IN_CONFIGFILE " ]]; then
@@ -31,6 +31,7 @@ echo "::group::Generating HTML results from analysis"
3131 --export " html" \
3232 --output " $OUTPUT_DIR " \
3333 --trim-path-prefix " $PROJECT_PATH " \
34+ $CONFIG_FLAG_1 $CONFIG_FLAG_2 \
3435 || true
3536echo " HTML_DIR=$OUTPUT_DIR " >> " $GITHUB_OUTPUT "
3637echo " ::endgroup::"
@@ -39,6 +40,7 @@ echo "::group::Printing analysis results to log"
3940" $CODECHECKER_PATH " /CodeChecker parse \
4041 " $RAW_RESULT_DIR " \
4142 --trim-path-prefix " $PROJECT_PATH " \
43+ $CONFIG_FLAG_1 $CONFIG_FLAG_2 \
4244 > " $OUTPUT_LOG "
4345EXIT_CODE=$?
4446
You can’t perform that action at this time.
0 commit comments