Use set as covermode when generate coverage report.

Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/commit/7b12e40e
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/tree/7b12e40e
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/diff/7b12e40e

Branch: refs/heads/master
Commit: 7b12e40e59a474fa0e836ce6130dc4e7cdf2cde4
Parents: 9557ede
Author: Francis Chuang <francis.chu...@gmail.com>
Authored: Mon May 30 10:34:29 2016 +1000
Committer: Julian Hyde <jh...@apache.org>
Committed: Thu Aug 10 18:47:08 2017 -0700

----------------------------------------------------------------------
 wercker.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/7b12e40e/wercker.yml
----------------------------------------------------------------------
diff --git a/wercker.yml b/wercker.yml
index d23e593..fd3ebf3 100644
--- a/wercker.yml
+++ b/wercker.yml
@@ -48,5 +48,5 @@ build:
         code: |
           go get -u github.com/go-playground/overalls
           go get -u github.com/mattn/goveralls
-          overalls 
-project="$WERCKER_GIT_DOMAIN/$WERCKER_GIT_OWNER/$WERCKER_GIT_REPOSITORY" 
-covermode=count -ignore=.git,vendor -debug
+          overalls 
-project="$WERCKER_GIT_DOMAIN/$WERCKER_GIT_OWNER/$WERCKER_GIT_REPOSITORY" 
-covermode=set -ignore=.git,vendor -debug
           GIT_BRANCH=$WERCKER_GIT_BRANCH goveralls 
-coverprofile=overalls.coverprofile -service=wercker.com -repotoken 
$COVERALLS_TOKEN

Reply via email to