test: update coverage thresholds
This commit is contained in:
@@ -20,10 +20,10 @@ export default defineConfig({
|
|||||||
],
|
],
|
||||||
thresholds: {
|
thresholds: {
|
||||||
autoUpdate: true,
|
autoUpdate: true,
|
||||||
statements: 95.16,
|
statements: 99.44,
|
||||||
branches: 94.66,
|
branches: 97.78,
|
||||||
functions: 97.65,
|
functions: 99.1,
|
||||||
lines: 95.16,
|
lines: 99.44,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user