liaoxin01 commented on code in PR #33274:
URL: https://github.com/apache/doris/pull/33274#discussion_r1554485213


##########
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:
   doirs_cloud -> doris_cloud?
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to