Skip to content

Commit 437cd62

Browse files
clydinKeen Yee Liau
authored andcommitted
ci: remove unused unit test code coverage
This is not saved anywhere and it currently doesn't support native async/await.
1 parent 6768466 commit 437cd62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
<<: *defaults
6767
steps:
6868
- attach_workspace: *attach_options
69-
- run: npm run test -- --code-coverage --full
69+
- run: npm run test -- --full
7070

7171
test-large:
7272
<<: *defaults
@@ -75,7 +75,7 @@ jobs:
7575
steps:
7676
- attach_workspace: *attach_options
7777
- run: npm run webdriver-update-circleci
78-
- run: npm run test-large -- --code-coverage --full --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX}
78+
- run: npm run test-large -- --full --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX}
7979

8080
e2e-cli:
8181
<<: *defaults

0 commit comments

Comments
 (0)