Skip to content

Commit 5696ebf

Browse files
committed
ci: fix Windows quoting and increase test timeout for CLI
1 parent 5783c6c commit 5696ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/git-proxy-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build": "tsc",
1515
"lint": "eslint \"./*.ts\" --fix",
1616
"test": "cd ../.. && vitest --run --dir packages/git-proxy-cli/test",
17-
"test-coverage-ci": "cd ../.. && c8 --reports-dir ./coverage-cli --include 'packages/git-proxy-cli/dist/**' --exclude 'packages/git-proxy-cli/test/**' --reporter lcovonly --reporter text vitest --run --dir packages/git-proxy-cli/test"
17+
"test-coverage-ci": "cd ../.. && c8 --reports-dir ./coverage-cli --include \"packages/git-proxy-cli/dist/**\" --exclude \"packages/git-proxy-cli/test/**\" --reporter lcovonly --reporter text vitest --run --dir packages/git-proxy-cli/test --test-timeout 15000"
1818
},
1919
"author": "Miklos Sagi",
2020
"license": "Apache-2.0",

0 commit comments

Comments
 (0)