Skip to content

Commit

Permalink
Fix coverage path
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Haardiek <sven@haardiek.de>
  • Loading branch information
shaardie committed Sep 21, 2019
1 parent 3be7625 commit beec0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
go build -v
GO111MODULE=off go get github.com/mattn/goveralls
go test -v -cover -race -coverprofile=coverage.out
$GOPATH/bin/goveralls -coverprofile=/home/circleci/test/coverage.out -service=circle-ci -repotoken=$COVERALLS_TOKEN
$GOPATH/bin/goveralls -coverprofile=coverage.out -service=circle-ci -repotoken=$COVERALLS_TOKEN

0 comments on commit beec0c8

Please sign in to comment.