From c69b969cc3654c1cc0b624661e81ae7482c4f9ab Mon Sep 17 00:00:00 2001 From: Dave Wasmer Date: Tue, 6 Mar 2018 17:10:40 -0700 Subject: [PATCH] chore: remove coverage command --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index eb7a1a2..e78c40d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,7 +30,6 @@ jobs: git config --global user.email "test@denalijs.org" git config --global user.name "Denali" - run: yarn test - - run: yarn run coverage test-node-9: docker: @@ -51,7 +50,6 @@ jobs: git config --global user.email "test@denalijs.org" git config --global user.name "Denali" - run: yarn test - - run: yarn run coverage release: working_directory: ~/repo