diff --git a/.circleci/config.yml b/.circleci/config.yml index 8eb498605..95b44c28b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,6 +17,8 @@ jobs: test: docker: - image: circleci/node:latest + environment: + BASH_ENV: "~/.bashrc" working_directory: ~/repo steps: - checkout @@ -28,7 +30,7 @@ jobs: paths: - node_modules key: v1-dependencies-{{ checksum "package.json" }} - - run: npm test -- --coverage + - run: npm test -- --coverage && bash <(curl -s https://codecov.io/bash) compile: docker: - image: circleci/node:latest