Skip to content

Commit

Permalink
Changed drone build to call coveralls stuff directly in drone file in…
Browse files Browse the repository at this point in the history
…stead of makefile.
  • Loading branch information
abice committed Nov 14, 2016
1 parent 26c053f commit 1e870a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ build:
- GOPATH=/go
- COVERALLS_TOKEN="$$COVERALLS_TOKEN"
commands:
- make coveralls
- go get github.com/mattn/goveralls
- go get github.com/modocache/gover
- gover coverage coverage/coveralls.coverprofile
- goveralls -coverprofile=coverage/coveralls.coverprofile -service=drone.io -repotoken=$COVERALLS_TOKEN
when:
event: push

Expand Down

0 comments on commit 1e870a3

Please sign in to comment.