We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db6d72 commit a5d6b49Copy full SHA for a5d6b49
package.json
@@ -13,7 +13,7 @@
13
"test": "mocha --ui qunit",
14
"cover": "istanbul cover _mocha -- -R nyan --ui qunit && npm run -s check-coverage",
15
"check-coverage": "istanbul check-coverage --branches 100",
16
- "travis": "istanbul cover _mocha --report lcovonly -- -R spec --ui qunit && (cat ./coverage/lcov.info | coveralls || true) && npm run -s check-coverage"
+ "travis": "istanbul cover _mocha --report lcovonly -- -R spec --ui qunit && (codecov || true) && npm run -s check-coverage"
17
},
18
"repository": {
19
"type": "git",
@@ -35,6 +35,7 @@
35
36
"homepage": "http://j2c.py.gy",
37
"devDependencies": {
38
+ "codecov": "^1.0.1",
39
"compose-regexp": "^0.1.8",
40
"coveralls": "^2.11.2",
41
"eslint": "^1.10.3",
0 commit comments