From 5270d401e12fb12c9fe5fba87cb956df2e5305c9 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Sun, 4 Dec 2016 14:24:23 +0200 Subject: [PATCH] goveralls fixes to get meaninful stats out of coveralls.io --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 91e4e431..d12d2cce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,5 @@ before_install: script: - go vet - golint -set_exit_status - - go test -race -v -tags test -covermode=atomic -coverprofile=profile.cov - - $HOME/gopath/bin/goveralls -coverprofile=profile.cov -service=travis-ci + - go test -race -v + - $HOME/gopath/bin/goveralls -ignore main.go -v -service=travis-ci