increase coverage requirement

This commit is contained in:
Ulf Gebhardt 2023-10-24 23:18:07 +02:00
parent e85059b13c
commit ea78fab126
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -7,6 +7,9 @@ module.exports = {
coverageThreshold: { coverageThreshold: {
global: { global: {
lines: 100, lines: 100,
branches: 100,
functions: 100,
statements: 100,
}, },
}, },
modulePathIgnorePatterns: ['<rootDir>/build/'], modulePathIgnorePatterns: ['<rootDir>/build/'],