mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-24 18:39:54 +00:00
feat: Add coverage reporting to test protocol
This commit is contained in:
parent
1f1a43fb20
commit
4499488e7d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
"lint": "eslint {src,test}/**/*.ts",
|
"lint": "eslint {src,test}/**/*.ts",
|
||||||
"lint:fix": "eslint --fix {src,test}/**/*.ts",
|
"lint:fix": "eslint --fix {src,test}/**/*.ts",
|
||||||
"package": "ncc build --source-map --license LICENSE",
|
"package": "ncc build --source-map --license LICENSE",
|
||||||
"test": "ava",
|
"test": "c8 --reporter=lcov ava",
|
||||||
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
|
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in a new issue