Skip to content

Commit

Permalink
chore adjust drone build
Browse files Browse the repository at this point in the history
  • Loading branch information
pentateu committed May 16, 2021
1 parent 7e6998e commit 2039c1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 2039c1a

Please sign in to comment.