mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-21 04:35:49 +00:00
Remove codecov.io
This commit is contained in:
6
packages/ripple-binary-codec/HISTORY.md
Normal file
6
packages/ripple-binary-codec/HISTORY.md
Normal 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"`
|
||||
@@ -27,7 +27,6 @@
|
||||
"babel-loader": "^6.2.4",
|
||||
"babel-preset-es2015": "^6.6.0",
|
||||
"babel-register": "^6.8.0",
|
||||
"codecov.io": "^0.1.6",
|
||||
"eslint": "^4.18.2",
|
||||
"fs-extra": "^0.30.0",
|
||||
"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",
|
||||
"prepublish": "npm test && npm run lint && npm run compile",
|
||||
"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"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user