diff --git a/vitest.config.mts b/vitest.config.mts
index 4203b664f8..3c195dab10 100644
--- a/vitest.config.mts
+++ b/vitest.config.mts
@@ -6,7 +6,7 @@ export default defineConfig({
     globals: true,
     environment: "jsdom",
     coverage: {
-      reporter: ["text", "json-summary", "json", "html"],
+      reporter: ["text", "json-summary", "json", "html", "lcovonly"],
       thresholds: {
         lines: 70,
         branches: 70,