added cli-covarage tool and fixed more tests

This commit is contained in:
Boki 2025-06-26 14:23:01 -04:00
parent b63e58784c
commit b845a8eade
57 changed files with 11917 additions and 295 deletions

View file

@ -13,6 +13,9 @@
"test": "turbo run test",
"test:watch": "bun test --watch",
"test:coverage": "bun test --coverage",
"coverage": "bun run tools/coverage-cli/src/index.ts --reporters html markdown",
"coverage:html": "bun run tools/coverage-cli/src/index.ts --reporters html",
"coverage:ci": "bun run tools/coverage-cli/src/index.ts --reporters markdown json --fail-under",
"test:unit": "bun test test/unit",
"test:integration": "bun test test/integration",
"test:e2e": "bun test test/e2e",
@ -64,7 +67,8 @@
"apps/stock/data-ingestion",
"apps/stock/data-pipeline",
"apps/stock/web-api",
"apps/stock/web-app"
"apps/stock/web-app",
"tools/*"
],
"devDependencies": {
"@eslint/js": "^9.28.0",