gavinchou commented on code in PR #33274: URL: https://github.com/apache/doris/pull/33274#discussion_r1554487600
########## cloud/script/run_all_tests.sh: ########## @@ -104,21 +104,23 @@ echo "DORIS_JAVA_HOME=${DORIS_JAVA_HOME}" export LD_LIBRARY_PATH="${DORIS_JAVA_HOME}/lib/server:${LD_LIBRARY_PATH}" +# disable some STUPID shell-check rules for this function +# shellcheck disable=SC2048,SC2068,SC2086,SC2155,SC2248 # report converage for unittest # input param is unittest binary file list function report_coverage() { local binary_objects=$1 - local profdata="./report/doris_cloud.profdata" - profraw=$(ls ./report/*.profraw) + local profdata="./report/doirs_cloud.profdata" Review Comment: ```suggestion local profdata="./report/doris_cloud.profdata" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org