feat: upload code coverage report

This commit is contained in:
DarkSky
2023-02-05 18:47:01 +08:00
parent c4d34ddfea
commit 65652d0d06
3 changed files with 18 additions and 5 deletions
-2
View File
@@ -15,8 +15,6 @@
"lint": "pnpm --filter @affine/app lint",
"test": "playwright test",
"test:coverage": "cross-env COVERAGE=true pnpm test && nyc report -t .nyc_output --report-dir .coverage --reporter=lcov",
"test:dc": "pnpm --filter @affine/datacenter test",
"test:e2e:codegen": "npx playwright codegen http://localhost:8080",
"test:unit": "playwright test --config=playwright.config.unit.ts",
"postinstall": "husky install",
"notify": "node --experimental-modules scripts/notify.mjs",