Skip to content

Commit

Permalink
chore($ci): make coveralls work
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Feb 17, 2019
1 parent 1c79be5 commit 96d1976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -49,7 +49,7 @@ jobs:
command: yarn test --coverage
- run:
name: Coveralls
command: yarn add coveralls && cat ./coverage/lcov.info | yarn coveralls
command: yarn global add coveralls && cat ./coverage/lcov.info | $(yarn global bin)/coveralls

workflows:
version: 2
Expand Down

0 comments on commit 96d1976

Please sign in to comment.