Skip to content

Commit 9300f16

Browse files
authored
Remove codecov (#134)
1 parent 18d842d commit 9300f16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"docs:publish": "yarn run docs:build && cd _book && git init && git commit --allow-empty -m 'Update docs' && git checkout -b gh-pages && git add . && git commit -am 'Update docs' && git push [email protected]:rangle/redux-beacon gh-pages --force",
2222
"lint": "eslint src",
2323
"test": "yarn run lint && jest --watch && yarn run lint",
24-
"check": "yarn run lint && jest --coverage && codecov",
24+
"check": "yarn run lint && jest --coverage",
2525
"clean": "rm -rf lib dist extensions targets coverage utils _book",
2626
"prebuild": "yarn run clean",
2727
"build:cjs:main": "babel src/main --out-dir lib --ignore __tests__",
@@ -55,7 +55,6 @@
5555
"babel-cli": "^6.18.0",
5656
"babel-loader": "^6.2.9",
5757
"babel-preset-latest": "^6.16.0",
58-
"codecov": "^2.2.0",
5958
"consolemock": "^0.2.0",
6059
"eslint": "^3.8.1",
6160
"eslint-config-airbnb": "^12.0.0",

0 commit comments

Comments
 (0)