Skip to content

Commit de0fcfa

Browse files
committed
fix: proposed fix for coveralls
1 parent 8b9f61a commit de0fcfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
command: yarn prettier:ci
4343
- run:
4444
name: jest
45-
command: yarn test && yarn coveralls
45+
command: yarn test
4646
- run:
4747
name: coveralls
4848
command: yarn coveralls < ./coverage/lcov.json

0 commit comments

Comments
 (0)