2
0
ミラー元 https://github.com/cderche/greenlock-storage-s3 前回の同期 2025-12-15 09:38:39 +00:00

Fix for coverage

このコミットが含まれているのは:
Cyrille 2019-05-09 10:07:11 +01:00
コミット ed376a6dae
2個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -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",