mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-22 19:18:07 +00:00
travis coveralls
This commit is contained in:
parent
27d53ddf02
commit
339f565b02
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,6 +5,7 @@
|
|||||||
# git config --global core.excludesfile ~/.gitignore_global
|
# git config --global core.excludesfile ~/.gitignore_global
|
||||||
|
|
||||||
*.swp
|
*.swp
|
||||||
|
/coverage
|
||||||
/tmp
|
/tmp
|
||||||
*/**/*un~
|
*/**/*un~
|
||||||
*un~
|
*un~
|
||||||
|
@ -28,14 +28,15 @@
|
|||||||
"vinyl-source-stream": "^1.0.0",
|
"vinyl-source-stream": "^1.0.0",
|
||||||
"mocha": ">=2.1.0",
|
"mocha": ">=2.1.0",
|
||||||
"coveralls": "^2.11.2",
|
"coveralls": "^2.11.2",
|
||||||
"mocha-lcov-reporter": "0.0.1"
|
"mocha-lcov-reporter": "0.0.1",
|
||||||
|
"istanbul": "^0.3.5"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "gulp",
|
"build": "gulp",
|
||||||
"watch": "gulp watch",
|
"watch": "gulp watch",
|
||||||
"lint": "gulp lint",
|
"lint": "gulp lint",
|
||||||
"test": "mocha",
|
"test": "mocha",
|
||||||
"test-coveralls": "mocha -R mocha-lcov-reporter | coveralls"
|
"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | ./node_modules/.bin/coveralls --verbose"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user