From 99d40c2f8ecdecd39df80b199f9ff1cc9eb90434 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 18 Aug 2018 11:14:51 +1000 Subject: [PATCH] run codecov report after other commands on circle ci --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)