Remove codecov.io

This commit is contained in:
Elliot Lee
2019-07-26 17:14:21 -07:00
parent b53f336a2a
commit 6324c727a9
2 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
# ripple-binary-codec Release History
## UNRELEASED (2019-07-26)
- codecov.io was removed as it did not appear to work. The `package.json` script was:
`"codecov": "cat ./coverage/coverage.json | ./node_modules/codecov.io/bin/codecov.io.js"`

View File

@@ -27,7 +27,6 @@
"babel-loader": "^6.2.4", "babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0", "babel-preset-es2015": "^6.6.0",
"babel-register": "^6.8.0", "babel-register": "^6.8.0",
"codecov.io": "^0.1.6",
"eslint": "^4.18.2", "eslint": "^4.18.2",
"fs-extra": "^0.30.0", "fs-extra": "^0.30.0",
"intercept-stdout": "^0.1.2", "intercept-stdout": "^0.1.2",
@@ -38,7 +37,6 @@
"compile": "babel --optional runtime -d distrib/npm/ src/ && cp src/enums/definitions.json distrib/npm/enums", "compile": "babel --optional runtime -d distrib/npm/ src/ && cp src/enums/definitions.json distrib/npm/enums",
"prepublish": "npm test && npm run lint && npm run compile", "prepublish": "npm test && npm run lint && npm run compile",
"test": "istanbul test _mocha", "test": "istanbul test _mocha",
"codecov": "cat ./coverage/coverage.json | ./node_modules/codecov.io/bin/codecov.io.js",
"lint": "if ! [ -f eslintrc ]; then curl -o eslintrc 'https://raw.githubusercontent.com/ripple/javascript-style-guide/es6/eslintrc'; echo 'parser: babel-eslint' >> eslintrc; fi; eslint -c eslintrc src/**/*.js test/*.js examples/*.js" "lint": "if ! [ -f eslintrc ]; then curl -o eslintrc 'https://raw.githubusercontent.com/ripple/javascript-style-guide/es6/eslintrc'; echo 'parser: babel-eslint' >> eslintrc; fi; eslint -c eslintrc src/**/*.js test/*.js examples/*.js"
}, },
"repository": { "repository": {