Skip to content

Commit

Permalink
ci: remove unused unit test code coverage
Browse files Browse the repository at this point in the history
This is not saved anywhere and it currently doesn't support native async/await.
  • Loading branch information
clydin authored and Keen Yee Liau committed Sep 13, 2018
1 parent 6768466 commit 437cd62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 437cd62

Please sign in to comment.