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

@ -18,8 +18,7 @@
"lint": "eslint . --ext .ts,.tsx",
"format": "prettier --write .",
"test": "vitest run",
"test:ci": "vitest run --reporter=junit --outputFile=junit.xml",
"coverage": "vitest run --coverage",
"test:ci": "vitest run --coverage",
"typecheck": "tsc --noEmit",
"prerelease:version": "node ../../scripts/bind_package_version.js",
"prerelease:deps": "node ../../scripts/bind_package_dependencies.js",