Skip to content

Commit ad8d690

Browse files
committed
Use codecov
1 parent fb1a915 commit ad8d690

File tree

2 files changed

+53
-42
lines changed

2 files changed

+53
-42
lines changed

package-lock.json

Lines changed: 51 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"scripts": {
1919
"build": "rimraf build && rollup -c",
2020
"test": "npm-run-all -p test:jest test:types",
21+
"test:ci": "npm-run-all -p test:coverage test:types",
2122
"test:cypress": "cypress run",
2223
"test:e2e": "npm-run-all build:examples -p --race serve:examples test:cypress",
2324
"test:jest": "jest --detectLeaks",
2425
"test:types": "tslint -c ./tslint.json --project ./tsconfig.json",
2526
"test:coverage": "jest --detectLeaks --coverage",
26-
"test:coveralls": "npm run test:coverage && cat coverage/lcov.info | coveralls ",
2727
"build:examples": "webpack --config examples/webpack.config.js --mode production",
2828
"serve:examples": "http-server ./examples -a localhost -p 8082 -c-1",
2929
"start:examples": "webpack-dev-server --config examples/webpack.config.js",
@@ -44,7 +44,7 @@
4444
"@types/enzyme-adapter-react-16": "1.0.5",
4545
"@types/jest": "24.0.18",
4646
"@types/react-dom": "16.9.0",
47-
"coveralls": "3.0.6",
47+
"codecov": "3.5.0",
4848
"create-subscription": "16.9.0",
4949
"cypress": "3.4.1",
5050
"danger": "9.2.0",

0 commit comments

Comments
 (0)