We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09261b5 commit 459dbecCopy full SHA for 459dbec
.travis.yml
@@ -7,4 +7,4 @@ node_js:
7
- "4.2"
8
env:
9
- MONGODB_VERSION=3.0.8
10
-after_script: cat ./coverage/coverage-final.json
+after_success: ./node_modules/.bin/codecov
package.json
@@ -22,6 +22,7 @@
22
"request": "^2.65.0"
23
},
24
"devDependencies": {
25
+ "codecov": "^1.0.1",
26
"istanbul": "^0.4.2",
27
"jasmine": "^2.3.2",
28
"mongodb-runner": "^3.1.15"
0 commit comments