test: decrease min coverage thresholds (#8541)

This commit is contained in:
David Luzar 2024-09-24 14:01:28 +02:00 committed by GitHub
parent 8ca4cf3260
commit 6dfa18414a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,10 +19,10 @@ export default defineConfig({
// Additionally the thresholds also needs to be updated slightly as a result of this change // Additionally the thresholds also needs to be updated slightly as a result of this change
ignoreEmptyLines: false, ignoreEmptyLines: false,
thresholds: { thresholds: {
lines: 66, lines: 60,
branches: 70, branches: 70,
functions: 63, functions: 63,
statements: 66, statements: 60,
}, },
}, },
}, },