Revert "test(api): GOO-180 raise branch coverage 58→60 with targeted edge-case tests"

This reverts commit 168bc1b657.
This commit is contained in:
Ho Ngoc Hai
2026-04-24 13:50:02 +07:00
parent 168bc1b657
commit f0f7787516
13 changed files with 0 additions and 1265 deletions

View File

@@ -10,30 +10,6 @@ export default defineConfig({
env: {
BCRYPT_ROUNDS: '4',
},
coverage: {
provider: 'v8',
reporter: ['text', 'text-summary', 'html', 'lcov', 'json-summary'],
reportsDirectory: './coverage',
include: ['src/**/*.ts'],
exclude: [
'src/**/*.spec.ts',
'src/**/*.integration.spec.ts',
'src/**/__tests__/**',
'src/**/*.module.ts',
'src/**/*.dto.ts',
'src/**/index.ts',
'src/main.ts',
],
// GOO-134: CI gate thresholds. Branches raised to 60 via GOO-180
// (payments/sbv-compliance, subscriptions/quotas, auth/guards).
// CTO approval: 8f2b125a.
thresholds: {
statements: 70,
lines: 70,
functions: 70,
branches: 60,
},
},
},
resolve: {
alias: {