Skip to content

Commit

Permalink
chore(circleci): fix test coverage issue (#1120)
Browse files Browse the repository at this point in the history
* chore(circleci): fix test coverage issue

* try

* adjust command
  • Loading branch information
Maurice Dalderup authored Aug 23, 2019
1 parent 9f5696e commit 4c97f03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
steps:
- pre:
sudo: 'sudo'
- run: yarn test
- run: yarn codecov
- codecov/upload:
file: ./coverage/lcov.info
Expand Down

0 comments on commit 4c97f03

Please sign in to comment.