From dafebc5cf74159ca371198ce8840df3ae137c03f Mon Sep 17 00:00:00 2001 From: Derek Perkins Date: Mon, 30 Oct 2017 22:58:50 -0600 Subject: [PATCH] add codecov.io upload MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adolfo GarcĂ­a Veytia (Puerco) --- throttler/.circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/throttler/.circleci/config.yml b/throttler/.circleci/config.yml index b7037b7..1a563ce 100644 --- a/throttler/.circleci/config.yml +++ b/throttler/.circleci/config.yml @@ -18,3 +18,5 @@ jobs: # specify any bash command here prefixed with `run: ` - run: go test -coverprofile=coverage.txt -covermode=atomic + - run: bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN +