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/06 16:41:53 UTC

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

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_r179813125
 
 

 ##########
 File path: tools/travis/build.sh
 ##########
 @@ -66,10 +66,12 @@ $ANSIBLE_CMD openwhisk.yml
 
 cd $ROOTDIR
 cat whisk.properties
-TERM=dumb ./gradlew :tests:testLean $GRADLE_PROJS_SKIP
+TERM=dumb ./gradlew tests:testCoverageLean :tests:reportCoverage
 
 Review comment:
   It works without that but added now to maintain consistency

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