Skip to content

Commit

Permalink
Replace codecov lib (Hacker0x01#1544)
Browse files Browse the repository at this point in the history
* lock file

* Replace codecov lib
  • Loading branch information
martijnrusschen authored and jeremyk committed Jan 16, 2019
1 parent 9f0b297 commit ea5672e
Show file tree
Hide file tree
Showing 2 changed files with 522 additions and 314 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chai": "^3.5.0",
"codecov.io": "^0.1.6",
"codecov": "^3.1.0",
"cross-env": "^5.1.1",
"css-loader": "^0.28.7",
"enzyme": "^3.1.1",
Expand Down Expand Up @@ -106,8 +106,7 @@
"test": "cross-env NODE_ENV=test karma start karma.conf.js --single-run",
"prepublish": "test $(npm -v | tr . '\\n' | head -n 1) -ge '4' || exit 1",
"prepare": "npm run build",
"codecov":
"cat coverage/*/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js",
"codecov": "cat coverage/*/lcov.info | ./node_modules/.bin/codecov",
"prebuild": "rimraf es lib dist",
"build": "cross-env NODE_ENV=production run-p build:** && run-p css:**",
"build-dev":
Expand Down
Loading

0 comments on commit ea5672e

Please sign in to comment.