diff --git a/.travis.yml b/.travis.yml index 54afe0d..4d07d81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,5 @@ install: - go get -d -v ./... script: - - go test -v ./... + - go test -coverprofile=cover.out -v ./... + - go tool cover -html=cover.out -o coverage.html