From f1021e0f4eebfc89de3fa2a1b9a4c102a922f116 Mon Sep 17 00:00:00 2001 From: Jason Dreyzehner Date: Thu, 15 Feb 2018 11:39:26 -0500 Subject: [PATCH] test: send code coverage from CircleCI to Codecov --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 13bdf503b..8f8d58341 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,6 +23,7 @@ jobs: - run: npm run test:ci - run: npm run e2e - run: npm run test:visual + - run: npx codecov - store_artifacts: path: ./test - store_test_results: @@ -47,6 +48,7 @@ jobs: - run: npm run test:ci - run: npm run e2e - run: npm run test:visual + - run: npx codecov - store_artifacts: path: ./test - store_test_results: