Increased minimum required branch code coverage to 80

This commit is contained in:
Alejandro Celaya
2021-10-17 13:43:37 +02:00
parent 4baa901f1c
commit beff6668de
5 changed files with 119 additions and 26 deletions

View File

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