You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/04/05 06:40:07 UTC

[GitHub] markusthoemmes commented on a change in pull request #3249: #3243 - Use gradle scoverage to collect test coverage stats

markusthoemmes 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_r179362526
 
 

 ##########
 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:
   Please fix indentation of all lists, they all seem to be double-indented whereas the "old" code uses single-identation.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services