Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #5 from kobanyan/codebeat-coverage
Browse files Browse the repository at this point in the history
Enable to show coverage on codebeat
  • Loading branch information
kobanyan committed Mar 10, 2018
2 parents 6bea591 + 298aa1d commit 54a00e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
- yarn add --dev coveralls
- yarn add --dev coveralls codeclimate-test-reporter
script:
- yarn test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- yarn test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && ./node_modules/codeclimate-test-reporter/bin/codeclimate.js < ./coverage/lcov.info
- yarn e2e

0 comments on commit 54a00e8

Please sign in to comment.