From 2b81993531e2fbec2e502435120157efa12f2b36 Mon Sep 17 00:00:00 2001 From: tsuyoshiwada Date: Sat, 24 Feb 2018 02:33:58 +0900 Subject: [PATCH] test: Add coverage measurement using coveralls --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 67890fbd..0836ac29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ notifications: go: - 1.9 before_install: + - go get github.com/mattn/goveralls - go get github.com/mitchellh/gox - go get github.com/tcnksm/ghr before_script: @@ -13,6 +14,7 @@ before_script: - timedatectl script: - make test + - goveralls -service=travis-ci branches: only: - master