From 437cd6234d8024134603baad9e121da417474598 Mon Sep 17 00:00:00 2001 From: Charles Lyding <19598772+clydin@users.noreply.github.com> Date: Mon, 10 Sep 2018 22:31:24 -0400 Subject: [PATCH] ci: remove unused unit test code coverage This is not saved anywhere and it currently doesn't support native async/await. --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fd888daecdc5..026eb96fdb7f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -66,7 +66,7 @@ jobs: <<: *defaults steps: - attach_workspace: *attach_options - - run: npm run test -- --code-coverage --full + - run: npm run test -- --full test-large: <<: *defaults @@ -75,7 +75,7 @@ jobs: steps: - attach_workspace: *attach_options - run: npm run webdriver-update-circleci - - run: npm run test-large -- --code-coverage --full --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX} + - run: npm run test-large -- --full --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX} e2e-cli: <<: *defaults