mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-16 00:51:25 -07:00
feat: Publish test coverage summaries to PRs (#513)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"clean": "scripts/clean.sh",
|
||||
"prepare": "npm run bundle",
|
||||
"test": "npm run test --workspaces",
|
||||
"coverage": "npm run coverage --workspaces --if-present",
|
||||
"test:ci": "npm run test:ci --workspaces --if-present",
|
||||
"start": "NODE_ENV=development scripts/start.sh",
|
||||
"debug": "NODE_ENV=development DEBUG=1 scripts/start.sh",
|
||||
"lint:fix": "eslint . --fix",
|
||||
|
||||
Reference in New Issue
Block a user