@ -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