Skip to content

Commit c69b969

Browse files
committed
chore: remove coverage command
1 parent 49c2fcb commit c69b969

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.circleci/config.yml

-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
git config --global user.email "test@denalijs.org"
3131
git config --global user.name "Denali"
3232
- run: yarn test
33-
- run: yarn run coverage
3433

3534
test-node-9:
3635
docker:
@@ -51,7 +50,6 @@ jobs:
5150
git config --global user.email "test@denalijs.org"
5251
git config --global user.name "Denali"
5352
- run: yarn test
54-
- run: yarn run coverage
5553

5654
release:
5755
working_directory: ~/repo

0 commit comments

Comments
 (0)