fix: Update vitest coverage threshold
This commit is contained in:
@@ -28,10 +28,10 @@ export default defineConfig({
|
|||||||
],
|
],
|
||||||
thresholds: {
|
thresholds: {
|
||||||
autoUpdate: true,
|
autoUpdate: true,
|
||||||
statements: 99.4,
|
statements: 99.38,
|
||||||
branches: 97.77,
|
branches: 98.25,
|
||||||
functions: 99.16,
|
functions: 99.02,
|
||||||
lines: 99.4,
|
lines: 99.38,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user