mirror of
https://github.com/cderche/greenlock-storage-s3
synced 2025-02-22 06:08:04 +00:00
Fix for coverage
This commit is contained in:
parent
543983597d
commit
27dd805560
3
.gitignore
vendored
3
.gitignore
vendored
@ -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…
x
Reference in New Issue
Block a user