diff --git a/.travis.yml b/.travis.yml index 5f86a1c..a2e98be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,10 @@ go: install: - go get -u github.com/golang/dep/cmd/dep + - go get github.com/schrej/godacov - dep ensure script: - go build -o wings - - go test + - go test -coverprofile=coverage.out + - godacov -t $CODACY_TOKEN -r ./coverage.out -c $TRAVIS_COMMIT