mirror of
https://github.com/cderche/greenlock-storage-s3
synced 2025-02-21 13:48:05 +00:00
Fix for coverage
This commit is contained in:
parent
27dd805560
commit
ed376a6dae
@ -10,7 +10,7 @@ jobs:
|
||||
- run: npm run coverage
|
||||
- run: npm run clean
|
||||
- store_artifacts:
|
||||
path: .nyc_output
|
||||
path: ./coverage
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"test": "node ./test.js",
|
||||
"clean": "node ./clean.js",
|
||||
"coverage": "nyc --reporter=lcovonly npm run test | codacy-coverage"
|
||||
"coverage": "nyc --reporter=lcovonly --report-dir=./coverage npm run test | codacy-coverage"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user