mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 20:25:48 +00:00
Add codecov
This commit is contained in:
@@ -3,5 +3,5 @@ node_js:
|
|||||||
- '0.12'
|
- '0.12'
|
||||||
script:
|
script:
|
||||||
- npm test --coverage
|
- npm test --coverage
|
||||||
#- npm run-script coveralls
|
- npm run-script codecov
|
||||||
- npm run-script lint
|
- npm run-script lint
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# ripple-keypairs [](https://npmjs.org/package/ripple-keypairs) [](https://travis-ci.org/ripple/ripple-keypairs) [](https://coveralls.io/github/ripple/ripple-keypairs?branch=master)
|
# ripple-keypairs [](https://npmjs.org/package/ripple-keypairs) [](https://travis-ci.org/ripple/ripple-keypairs) [](http://codecov.io/github/ripple/ripple-keypairs?branch=master)
|
||||||
|
|
||||||
An implementation of ripple keypairs & wallet generation using
|
An implementation of ripple keypairs & wallet generation using
|
||||||
[elliptic](https://github.com/indutny/elliptic) which supports rfc6979 and
|
[elliptic](https://github.com/indutny/elliptic) which supports rfc6979 and
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
"brorand": "^1.0.5",
|
"brorand": "^1.0.5",
|
||||||
"elliptic": "^5.1.0",
|
"elliptic": "^5.1.0",
|
||||||
"hash.js": "^1.0.3",
|
"hash.js": "^1.0.3",
|
||||||
"ripple-address-codec": "^1.6.0"
|
"ripple-address-codec": "^2.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"assert-diff": "^1.0.1",
|
"assert-diff": "^1.0.1",
|
||||||
@@ -26,17 +26,16 @@
|
|||||||
"babel-core": "^5.8.20",
|
"babel-core": "^5.8.20",
|
||||||
"babel-eslint": "^4.0.5",
|
"babel-eslint": "^4.0.5",
|
||||||
"babel-loader": "^5.3.2",
|
"babel-loader": "^5.3.2",
|
||||||
"coveralls": "~2.10.0",
|
"codecov.io": "^0.1.6",
|
||||||
|
"coveralls": "~2.11.4",
|
||||||
"eslint": "^1.2.1",
|
"eslint": "^1.2.1",
|
||||||
"eventemitter2": "^0.4.14",
|
"eventemitter2": "^0.4.14",
|
||||||
"istanbul": "~0.3.5",
|
"istanbul": "~0.3.5",
|
||||||
"lodash": "^3.10.0",
|
"lodash": "^3.10.0",
|
||||||
"map-stream": "~0.1.0",
|
"map-stream": "~0.1.0",
|
||||||
"mocha": "~2.1.0",
|
"mocha": "~2.3.3",
|
||||||
"nock": "^0.34.1",
|
"nock": "^2.13.0",
|
||||||
"ripple-lib": "^0.12.4",
|
"ripple-lib": "^0.12.4"
|
||||||
"webpack": "~1.5.3",
|
|
||||||
"yargs": "~1.3.1"
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "gulp",
|
"build": "gulp",
|
||||||
@@ -44,7 +43,7 @@
|
|||||||
"compile-with-source-maps": "babel --optional runtime -s -t -d distrib/npm/ src/",
|
"compile-with-source-maps": "babel --optional runtime -s -t -d distrib/npm/ src/",
|
||||||
"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",
|
||||||
"coveralls": "cat ./coverage/lcov.info | coveralls",
|
"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"
|
"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"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user