We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77956c commit c2d7171Copy full SHA for c2d7171
.travis.yml
@@ -4,4 +4,5 @@ install:
4
- go get -t -v ./...
5
6
script:
7
- - go test -v ./...
+ - go test -v -coverprofile=coverage.out ./...
8
+ - go tool cover -func=coverage.out
0 commit comments