summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-08-18 11:14:51 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-08-18 11:17:31 +1000
commit99d40c2f8ecdecd39df80b199f9ff1cc9eb90434 (patch)
treead4c2dc211c7ed18664289550fc5ec8440925eff
parentaaa8558de83b109e59e752819e02925da4c134b5 (diff)
run codecov report after other commands on circle ci
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
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)