Skip to content
This repository has been archived by the owner on Sep 1, 2019. It is now read-only.

Commit

Permalink
ci: add test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Lodin committed Jun 9, 2017
1 parent bc360c1 commit db020f4
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 @@ -11,6 +11,6 @@ cache:
- node_modules
before_install:
- yarn add rxjs lazyx react --peer
script: yarn run test:single
script: yarn run test:cover
after_success:
- cat coverage/lcov.info | ./node_modules/.bin/codecov

0 comments on commit db020f4

Please sign in to comment.