add 80% of coverage
This commit is contained in:
@ -11,4 +11,9 @@ module.exports = {
|
||||
'!/coverage/',
|
||||
'!**/server.ts',
|
||||
],
|
||||
};
|
||||
coverageThreshold: {
|
||||
global: {
|
||||
lines: 80,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user