Add coverage delta check script
CI / ci (push) Failing after 35s
Deploy / build-and-deploy (push) Failing after 6s

This commit is contained in:
2026-04-15 16:33:01 +03:00
parent b6df5530ca
commit 003054460b
2 changed files with 60 additions and 1 deletions
+2 -1
View File
@@ -19,7 +19,8 @@
"test:coverage": "vitest run --coverage",
"lint": "eslint \"src/**/*.{ts,tsx}\" --max-warnings 0",
"typecheck": "tsc --noEmit",
"bundle-size": "node scripts/ci/bundle-size-gate.mjs"
"bundle-size": "node scripts/ci/bundle-size-gate.mjs",
"check-coverage": "node scripts/ci/check-coverage-delta.mjs"
},
"dependencies": {
"@microsoft/signalr": "^10.0.0",