Skip to content

Commit f205913

Browse files
committed
chore(coverage): bump coverage thresholds
Updates thresholds to represent current coverage
1 parent 4e2bfd7 commit f205913

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vitest.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ export default defineConfig({
1010
// If you want a coverage reports even if your tests are failing, include the reportOnFailure option
1111
reportOnFailure: true,
1212
thresholds: {
13-
lines: 67,
14-
branches: 80,
15-
functions: 62,
16-
statements: 67,
13+
lines: 72,
14+
branches: 84,
15+
functions: 66,
16+
statements: 72,
1717
},
1818
include: ["src/**/*.ts"],
1919
exclude: [

0 commit comments

Comments
 (0)