Reduce required branches coverage

This commit is contained in:
Alejandro Celaya 2024-05-20 20:07:02 +02:00
parent 202a69bdf5
commit 3ba0f38f21

View file

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