mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Merge pull request #96 from oceanprotocol/feature/test-coverage-matrix-tool
add coverage report tool
This commit is contained in:
commit
a42cffefbc
@ -22,7 +22,7 @@ before_script:
|
||||
script:
|
||||
- npm run lint
|
||||
- npm run build
|
||||
- npm run test:unit
|
||||
- npm run test:cover
|
||||
|
||||
notifications:
|
||||
email: false
|
10
library.json
10
library.json
@ -1,10 +0,0 @@
|
||||
{
|
||||
"name": "Ocean Library",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/oceanprotocol/ocean-lib-js.git"
|
||||
},
|
||||
"dependencies": [
|
||||
|
||||
]
|
||||
}
|
@ -17,7 +17,8 @@
|
||||
"changelog": "auto-changelog -p",
|
||||
"prepublishOnly": "npm run build",
|
||||
"test:unit": "mocha --config=test/unit/.mocharc.json --node-env=test --exit test/unit/**/*.ts",
|
||||
"test:integration": "mocha --opts test/integration/mocha.opts"
|
||||
"test:integration": "mocha --opts test/integration/mocha.opts",
|
||||
"test:cover": "nyc --report-dir coverage/unit npm run test:unit"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user