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 fcb2b0a commit 5571b94Copy full SHA for 5571b94
package.json
@@ -43,7 +43,7 @@
43
"test": "npm run build && npm run cover",
44
"repo-tools": "repo-tools updates && repo-tools changelog && repo-tools authors",
45
"release": "npm test && npm run doc && npm run repo-tools",
46
- "ci": "npm run test && cat coverage/lcov.info | codecov || true"
+ "ci": "npm run test && cat coverage/lcov.info | codecov"
47
},
48
"dependencies": {
49
"js-data-adapter": "~0.3.0",
@@ -58,6 +58,7 @@
58
"babel-polyfill": "6.7.4",
59
"babel-preset-es2015-rollup": "1.1.1",
60
"chai": "3.5.0",
61
+ "codecov": "1.0.1",
62
"ink-docstrap": "1.1.4",
63
"istanbul": "0.4.3",
64
"js-data-adapter-tests": "^2.0.0-alpha.15",
0 commit comments