Increase required coverage

This commit is contained in:
Alejandro Celaya 2023-03-19 10:46:52 +01:00
parent 34cfe2077b
commit 927ab76dbd

View file

@ -10,8 +10,8 @@ module.exports = {
coverageThreshold: {
global: {
statements: 90,
branches: 80,
functions: 85,
branches: 85,
functions: 90,
lines: 90,
},
},