Skip to content

Commit

Permalink
Add code coverage via CodeCov.io.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlutsenko committed Feb 3, 2016
1 parent 969b24e commit 6611a25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ node_js:
- "4.2"
env:
- MONGODB_VERSION=3.0.8
after_script: cat ./coverage/coverage-final.json
after_success: ./node_modules/.bin/codecov
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"request": "^2.65.0"
},
"devDependencies": {
"codecov": "^1.0.1",
"istanbul": "^0.4.2",
"jasmine": "^2.3.2",
"mongodb-runner": "^3.1.15"
Expand Down

0 comments on commit 6611a25

Please sign in to comment.