From f867d2838680e19e8a92a4234ae1da8c0e710a9e Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sat, 20 Dec 2014 18:50:06 +0800 Subject: [PATCH] Update clean.sh --- clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clean.sh b/clean.sh index 664303c..01b003d 100644 --- a/clean.sh +++ b/clean.sh @@ -37,4 +37,4 @@ go tool cover -func profile.cov # To submit the test coverage result to coveralls.io, # use goveralls (https://github.com/mattn/goveralls) -# goveralls -coverprofile=profile.cov -service=travis-ci +goveralls -coverprofile=profile.cov -service=travis-ci