Skip to content

Commit

Permalink
Fix command of post testing
Browse files Browse the repository at this point in the history
  • Loading branch information
minodisk committed Feb 2, 2016
1 parent 2834dd6 commit f3d48f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test:
- go test -v -race -cover -coverprofile=$CIRCLE_ARTIFACTS/command.coverage ./command
- go test -v -race -cover -coverprofile=$CIRCLE_ARTIFACTS/model.coverage ./model
post:
- /home/ubuntu/bin/goveralls -coverprofile=$CIRCLE_ARTIFACTS/.coverage -service=circle-ci -repotoken=$COVERALLS_TOKEN
- /home/ubuntu/bin/goveralls -coverprofile=$CIRCLE_ARTIFACTS/api.coverage -service=circle-ci -repotoken=$COVERALLS_TOKEN
- /home/ubuntu/bin/goveralls -coverprofile=$CIRCLE_ARTIFACTS/command.coverage -service=circle-ci -repotoken=$COVERALLS_TOKEN
- /home/ubuntu/bin/goveralls -coverprofile=$CIRCLE_ARTIFACTS/model.coverage -service=circle-ci -repotoken=$COVERALLS_TOKEN
- goveralls -coverprofile=$CIRCLE_ARTIFACTS/.coverage -service=circle-ci -repotoken=$COVERALLS_TOKEN
- goveralls -coverprofile=$CIRCLE_ARTIFACTS/api.coverage -service=circle-ci -repotoken=$COVERALLS_TOKEN
- goveralls -coverprofile=$CIRCLE_ARTIFACTS/command.coverage -service=circle-ci -repotoken=$COVERALLS_TOKEN
- goveralls -coverprofile=$CIRCLE_ARTIFACTS/model.coverage -service=circle-ci -repotoken=$COVERALLS_TOKEN

0 comments on commit f3d48f2

Please sign in to comment.