diff --git a/.circleci/config.yml b/.circleci/config.yml index cc81391f5..c5f520b70 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,5 +22,5 @@ jobs: - checkout # specify any bash command here prefixed with `run: ` - - run: go get -v -t -d ./... - run: go test -v ./... + - run: bash <(curl -s https://codecov.io/bash)