Fix for coverage
This commit is contained in:
parent
543983597d
commit
27dd805560
|
@ -1,3 +1,4 @@
|
|||
.env
|
||||
node_modules/
|
||||
.nyc_output/
|
||||
.nyc_output/
|
||||
coverage/
|
|
@ -6,7 +6,7 @@
|
|||
"scripts": {
|
||||
"test": "node ./test.js",
|
||||
"clean": "node ./clean.js",
|
||||
"coverage": "nyc npm run test | codacy-coverage"
|
||||
"coverage": "nyc --reporter=lcovonly npm run test | codacy-coverage"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue