Skip to content

Commit 459dbec

Browse files
committed
Add code coverage via CodeCov.io.
1 parent 09261b5 commit 459dbec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ node_js:
77
- "4.2"
88
env:
99
- MONGODB_VERSION=3.0.8
10-
after_script: cat ./coverage/coverage-final.json
10+
after_success: ./node_modules/.bin/codecov

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"request": "^2.65.0"
2323
},
2424
"devDependencies": {
25+
"codecov": "^1.0.1",
2526
"istanbul": "^0.4.2",
2627
"jasmine": "^2.3.2",
2728
"mongodb-runner": "^3.1.15"

0 commit comments

Comments
 (0)