Skip to content

Commit

Permalink
add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceK33z committed Mar 8, 2017
1 parent d081f01 commit 8d4b826
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ node_js:
- "6"
- "4"
script: npm run travis
after_success:
- cat ./coverage/coverage.json | node_modules/codecov.io/bin/codecov.io.js
- rm -rf ./coverage
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"yargs": "^6.0.0"
},
"devDependencies": {
"codecov.io": "^0.1.6",
"css-loader": "~0.26.1",
"eslint": "^3.4.0",
"file-loader": "~0.10.0",
Expand Down

0 comments on commit 8d4b826

Please sign in to comment.