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 330e01f commit 98f1a4cCopy full SHA for 98f1a4c
.travis.yml
@@ -4,3 +4,4 @@ branches:
4
language: node_js
5
node_js:
6
- "4.3"
7
+after_success: ./node_modules/.bin/codecov
package.json
@@ -4,7 +4,7 @@
"description": "File system adapter for parse-server",
"main": "index.js",
"scripts": {
- "test": "jasmine"
+ "test": "istanbul cover -x **/spec/** jasmine --captureExceptions"
8
},
9
"keywords": [
10
"parse-server",
@@ -15,6 +15,8 @@
15
"author": "Parse",
16
"license": "MIT",
17
"devDependencies": {
18
+ "codecov": "^1.0.1",
19
+ "istanbul": "^0.4.2",
20
"jasmine": "^2.4.1",
21
"parse-server-conformance-tests": "^1.0.0"
22
}
0 commit comments