mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
feat: Publish test coverage summaries to PRs (#513)
This commit is contained in:
parent
9595e98db8
commit
4e3c539f5e
7 changed files with 184 additions and 11 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue