Grant Henke has posted comments on this change. ( http://gerrit.cloudera.org:8080/16954 )
Change subject: [build] Add a test coverage report to the Java build ...................................................................... Patch Set 1: (2 comments) http://gerrit.cloudera.org:8080/#/c/16954/1//COMMIT_MSG Commit Message: http://gerrit.cloudera.org:8080/#/c/16954/1//COMMIT_MSG@9 PS1, Line 9: t. > nit: build Done http://gerrit.cloudera.org:8080/#/c/16954/1//COMMIT_MSG@11 PS1, Line 11: gradlew > Any pointers for why running this might not result in a java/build director Likely because some tests failed. It won't generate the report if tests fail. If you want to test that theory you can run `./gradlew jacocoAggregatedReport -x test` to skip running the tests which will result in a generated report, but with 0% coverage given no tests actually ran. -- To view, visit http://gerrit.cloudera.org:8080/16954 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I0f2a2b1836b5ade72a757a8d7e2c518858ec48bb Gerrit-Change-Number: 16954 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Comment-Date: Fri, 15 Jan 2021 15:02:10 +0000 Gerrit-HasComments: Yes
