镜像自地址
https://github.com/cderche/greenlock-storage-s3
已同步 2026-04-17 07:27:59 +00:00
Fix for coverage
这个提交包含在:
父节点
27dd805560
当前提交
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",
|
||||
|
||||
正在加载...
x
在新工单中引用
屏蔽一个用户