Extender cobertura de tests a auth, validación y billing
This commit is contained in:
@@ -10,7 +10,14 @@ export default defineConfig({
|
||||
include: ['tests/**/*.test.ts'],
|
||||
coverage: {
|
||||
provider: 'v8',
|
||||
include: ['src/budget/**'],
|
||||
include: [
|
||||
'src/budget/**',
|
||||
'src/lib/auth/password.ts',
|
||||
'src/lib/auth/tokens.ts',
|
||||
'src/lib/auth/authz.ts',
|
||||
'src/lib/validation/signup.ts',
|
||||
'src/lib/billing/plan.ts',
|
||||
],
|
||||
thresholds: { lines: 70, functions: 70, statements: 70, branches: 70 },
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user