This commit is contained in:
@@ -4,7 +4,8 @@ pipeline:
|
||||
commands:
|
||||
- go build -o gpaste-client ./cmd/client/client.go
|
||||
- go build -o gpaste-server ./cmd/server/server.go
|
||||
- go test -cover ./...
|
||||
- go test -cover -coverprofile="/tmp/cover.out" ./...
|
||||
- go tool cover func="/tmp/cover.out"
|
||||
- go vet ./...
|
||||
when:
|
||||
branch: master
|
||||
|
Reference in New Issue
Block a user