Skip to content

Commit

Permalink
update circle ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
philchia committed Sep 10, 2019
1 parent 1b92907 commit 6d10b49
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 @@ -25,5 +25,5 @@ jobs:
- run: go get -u github.com/mattn/goveralls
- run: go get -u golang.org/x/tools/cmd/cover
- run: GO111MODULE=on go mod vendor
- run: go test -v -covermode=count -coverprofile=coverage.out
- run: go test -v -covermode=count -coverprofile=coverage.out ./...
- run: goveralls -coverprofile=coverage.out -service=circleci -repotoken $COVERALLS_TOKEN

0 comments on commit 6d10b49

Please sign in to comment.