generated from nhcarrigan/template
78b951a865
- Add @vitest/coverage-v8 for frontend test coverage - Configure vitest with coverage thresholds (15% statements/lines, 13% branches/functions) - Add npm scripts for backend testing and coverage with cargo-llvm-cov - Add test:all and coverage:all scripts for unified test execution - Exclude coverage directory from git tracking
14 lines
162 B
Plaintext
14 lines
162 B
Plaintext
.DS_Store
|
|
node_modules
|
|
/build
|
|
/.svelte-kit
|
|
/package
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
vite.config.js.timestamp-*
|
|
vite.config.ts.timestamp-*
|
|
|
|
# Coverage reports
|
|
/coverage
|