Skip to content

Commit

Permalink
fix (drone) renamed output of gover
Browse files Browse the repository at this point in the history
  • Loading branch information
pentateu committed Mar 27, 2019
1 parent 7055fb0 commit 9aad75d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ steps:
- go get -d ./...
- ginkgo -r --randomizeAllSpecs --failFast --cover --trace
- export CODECOV_TOKEN="e1ecc5e9-6a8a-47cf-b3bb-c046d2fd9f1c"
- gover
- gover ./ coverage.txt
- curl -s https://codecov.io/bash | bash
- goveralls -service=drone.io -repotoken cXy9o2ocOliHLtJ4HMMQQ8MAFHWV7Io1q
- goveralls -coverprofile=coverage.txt -service=drone.io -repotoken cXy9o2ocOliHLtJ4HMMQQ8MAFHWV7Io1q

0 comments on commit 9aad75d

Please sign in to comment.