Current state
| Metric |
Actual |
Target |
| Statements |
63.9% |
80% |
| Branches |
58.9% |
80% |
| Functions |
56.8% |
80% |
| Lines |
63.5% |
80% |
Context
The 80% threshold is enforced in packages/@liexp/shared/vitest.config.js as part of #3334. CI will fail until these thresholds are met.
Focus areas
- Untested utility functions in
src/utils/
- Schema validation edge cases
- Any modules currently at 0% coverage
How to check progress
```bash
pnpm --filter @liexp/shared test:coverage
```
Current state
Context
The 80% threshold is enforced in
packages/@liexp/shared/vitest.config.jsas part of #3334. CI will fail until these thresholds are met.Focus areas
src/utils/How to check progress
```bash
pnpm --filter @liexp/shared test:coverage
```