Skip to content

Commit c2d7171

Browse files
committed
Added coverage report for Travis CI logs
1 parent d77956c commit c2d7171

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ install:
44
- go get -t -v ./...
55

66
script:
7-
- go test -v ./...
7+
- go test -v -coverprofile=coverage.out ./...
8+
- go tool cover -func=coverage.out

0 commit comments

Comments
 (0)