refactor: strengthen client boundaries and quality gates
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
const base = require('./jest.config.cjs');
|
||||
|
||||
module.exports = {
|
||||
...base,
|
||||
collectCoverageFrom: [
|
||||
'src/auth/auth.service.ts',
|
||||
'src/auth/session.service.ts',
|
||||
'src/common/bounded-json-object.validator.ts',
|
||||
'src/files/client-files.dto.ts',
|
||||
'src/open-api/client-open-api.dto.ts',
|
||||
'src/operations/client-operations.dto.ts',
|
||||
'src/users/client-user.dto.ts',
|
||||
],
|
||||
coverageThreshold: {
|
||||
global: { statements: 80, branches: 70, functions: 80, lines: 80 },
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user