Skip to content

Commit 5571b94

Browse files
committed
codecov
1 parent fcb2b0a commit 5571b94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"test": "npm run build && npm run cover",
4444
"repo-tools": "repo-tools updates && repo-tools changelog && repo-tools authors",
4545
"release": "npm test && npm run doc && npm run repo-tools",
46-
"ci": "npm run test && cat coverage/lcov.info | codecov || true"
46+
"ci": "npm run test && cat coverage/lcov.info | codecov"
4747
},
4848
"dependencies": {
4949
"js-data-adapter": "~0.3.0",
@@ -58,6 +58,7 @@
5858
"babel-polyfill": "6.7.4",
5959
"babel-preset-es2015-rollup": "1.1.1",
6060
"chai": "3.5.0",
61+
"codecov": "1.0.1",
6162
"ink-docstrap": "1.1.4",
6263
"istanbul": "0.4.3",
6364
"js-data-adapter-tests": "^2.0.0-alpha.15",

0 commit comments

Comments
 (0)