abhishekrb19 commented on code in PR #14187: URL: https://github.com/apache/druid/pull/14187#discussion_r1184325533
########## .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: If this change is to get around the coverage failure and run everything, I believe you could achieve that by running workflows directly from the source repo's branch, i.e., your fork -- 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]
