zachjsh commented on code in PR #14187: URL: https://github.com/apache/druid/pull/14187#discussion_r1183960457
########## .github/scripts/unit_tests_script.sh: ########## @@ -62,8 +62,8 @@ then node_modules/.bin/diff-test-coverage \ --coverage "**/target/site/jacoco/jacoco.xml" \ --type jacoco \ - --line-coverage 50 \ - --branch-coverage 50 \ + --line-coverage 1 \ Review Comment: yeah was intentional to get around the code coverage blocking the ITs from running, I will revert back for sure. -- 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]
