add sonarcloud

master
Carlo Strub 4 years ago
parent 01b9bec8e5
commit 448b8d9422
No known key found for this signature in database
GPG Key ID: 34EF3FF33C29811A

@ -8,6 +8,10 @@ cache:
directories: directories:
- $GOPATH/src - $GOPATH/src
addons:
sonarcloud:
organization: "319"
install: install:
- go get -u github.com/golang/dep/cmd/dep - go get -u github.com/golang/dep/cmd/dep
- dep ensure - dep ensure
@ -15,4 +19,5 @@ install:
- go get -u github.com/onsi/gomega/... - go get -u github.com/onsi/gomega/...
script: script:
- sonar-scanner
- ginkgo -r --randomizeAllSpecs --randomizeSuites --race - ginkgo -r --randomizeAllSpecs --randomizeSuites --race

Loading…
Cancel
Save