Adjust required code coverage

This commit is contained in:
Alejandro Celaya 2023-08-29 23:15:20 +02:00
parent 9f7ac09fb0
commit 30307de37a

View file

@ -45,7 +45,7 @@ export default defineConfig({
// Required code coverage. Lower than this will make the check fail
statements: 95,
branches: 95,
functions: 95,
functions: 90,
lines: 95,
},
},