chetanmeh commented on a change in pull request #3249: #3243 - Use gradle scoverage to collect test coverage stats URL: https://github.com/apache/incubator-openwhisk/pull/3249#discussion_r179813148
########## File path: settings.gradle ########## @@ -29,3 +29,8 @@ gradle.ext.scalafmt = [ version: '1.5.0', config: new File(rootProject.projectDir, '.scalafmt.conf') ] + +gradle.ext.scoverage = [ + deps: ['org.scoverage:scalac-scoverage-plugin_2.11:1.3.1', + 'org.scoverage:scalac-scoverage-runtime_2.11:1.3.1'] +] Review comment: Done now ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services