Skip to content

Commit

Permalink
Send coverage report do codecov on every CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouron committed Oct 28, 2016
1 parent 15602a5 commit 6fd2ac3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ node_js:
- "5"
- "4"
after_script:
- npm run coverage
- cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage
- npm run coverage
- cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 6fd2ac3

Please sign in to comment.