Browse Source

test: decrease min coverage thresholds (#8541)

David Luzar 11 tháng trước cách đây
mục cha
commit
6dfa18414a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      vitest.config.mts

+ 2 - 2
vitest.config.mts

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