Jackie-Jiang commented on code in PR #13854: URL: https://github.com/apache/pinot/pull/13854#discussion_r1755485136
########## .github/workflows/scripts/pr-tests/.pinot_tests_unit.sh: ########## @@ -48,5 +48,7 @@ if [ "$RUN_TEST_SET" == "2" ]; then -pl '!pinot-query-planner' \ -pl '!pinot-query-runtime' \ -pl '!:pinot-yammer' \ - -P github-actions,no-integration-tests || exit 1 + -P github-actions,codecoverage,no-integration-tests || exit 1 fi + +mvn -N jacoco:report-aggregate@report -P codecoverage || exit 1 Review Comment: (nit) Empty line in the end We should probably add a rule to enforce this -- 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...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org