feat: Publish test coverage summaries to PRs (#513)

This commit is contained in:
Allen Hutchison 2025-05-27 12:45:28 -07:00 committed by GitHub
parent 9595e98db8
commit 4e3c539f5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 184 additions and 11 deletions

View file

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