From 2039c1aa667bde3eef683710558895661d44b49c Mon Sep 17 00:00:00 2001 From: Rafael Date: Sun, 16 May 2021 16:50:28 +1200 Subject: [PATCH] chore adjust drone build --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index ede428c4..49794325 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,6 +34,7 @@ steps: # - apt-get update # - apt-get install -y nodejs # - go test github.com/moleculer-go/compatibility/moleculerjs + - go get github.com/modocache/gover - go run github.com/modocache/gover ./ coverage.txt - curl -s https://codecov.io/bash | bash || echo "Error uploading codecov" - go run github.com/mattn/goveralls -coverprofile=coverage.txt -service=drone.io || echo "Error uploading coveralls"