From 2088eca372bc9ae91e25aea225a92757491453a3 Mon Sep 17 00:00:00 2001 From: "zaitsev.serge" Date: Thu, 18 Feb 2016 13:36:17 +0000 Subject: [PATCH] added coverage to travis-ci script git-svn-id: file:///srv/svn/repo/aya/trunk@43 cec141ff-132a-4243-88a5-ce187bd62f94 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cc6f38a..60b2ba8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,4 @@ after_success: - codecov script: - - go test -v ./... + - go test -coverprofile=coverage.txt -covermode=atomic