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

Commit

Permalink
[SETUP] Add codecov.io support
Browse files Browse the repository at this point in the history
  • Loading branch information
TomSeldon committed Nov 30, 2016
1 parent ebb2875 commit 078a85c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ cache:
script:
- npm test
- node ./tools/travis-commit-message-checker.js

after_success:
- bash <(curl -s https://codecov.io/bash)
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ test_script:
- cmd: node ./tools/appveyor-commit-message-checker.js

build: off

after_test:
- pip install codecov
- codecov -f coverage/lcov.info

0 comments on commit 078a85c

Please sign in to comment.