Skip to content

Commit

Permalink
ci: fix coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Apr 29, 2019
1 parent 108e816 commit 2b91853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ script:
- yarn test-coverage
after_script:
- npm install --global coveralls
- nyc report --reporter=text-lcov | coveralls
- cat ./coverage/lcov.info | coveralls

0 comments on commit 2b91853

Please sign in to comment.