@ -11,5 +11,4 @@ install:
script:
- go test -v ./...
- go test -coverprofile=cover.out -v
- go tool cover -html=cover.out -o coverage.html || true
- go test -coverprofile=cover.out && go tool cover -html=cover.out -o coverage.html || true