Update test thresholds.

New vitest versions are much better at calculating the denominator, test
coverage has actually improved in this PR, but much more code is detected.
This commit is contained in:
Dermot Duffy
2024-03-03 15:54:18 -08:00
parent 88bea0ae7d
commit 8f3c6af38f
+4 -4
View File
@@ -14,10 +14,10 @@ export default defineConfig({
// back-sliding.
thresholds: {
autoUpdate: true,
statements: 73.59,
branches: 63.6,
functions: 74.86,
lines: 73.48,
statements: 51.11,
branches: 43.04,
functions: 51.03,
lines: 51.91,
},
},
},