From 2be8411447ce12e646de234c16ef13cf6a9d6682 Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Tue, 3 Oct 2017 22:28:05 +0300 Subject: [PATCH] coveralls should have fullcoverage tag --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ae6bb86..250a27b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ before_install: - go get -u github.com/golang/dep/cmd/dep addons: script: - - dep ensure && $HOME/gopath/bin/goveralls -service=travis-ci -ignore "gopilosa_pbuf/public.pb.go" -flags="-tags=integration" + - dep ensure && $HOME/gopath/bin/goveralls -service=travis-ci -ignore "gopilosa_pbuf/public.pb.go" -flags="-tags=integration fullcoverage"