Skip to content

Commit

Permalink
modified ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik Ogura committed Jun 22, 2018
1 parent 68aea5b commit 29737d7
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 @@ -18,6 +18,6 @@ jobs:
- run: gpg-agent --daemon
- run: go test -v ./...
- run: go get github.com/mattn/goveralls
- run: go test -v -cover -race -coverprofile=/tmp/coverage.out ./dbt
- run: go test -v -cover -race -coverprofile=/tmp/coverage.out ./pkg/dbt
- run: goveralls -coverprofile=/tmp/coverage.out -service=circle-ci -repotoken=$COVERALLS_TOKEN

0 comments on commit 29737d7

Please sign in to comment.