From bd2dc78b0fc0b31820a77a9975be58739b5331d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilherme=20Ara=C3=BAjo?= Date: Wed, 23 Jul 2025 19:59:57 -0300 Subject: [PATCH] chore: ignore types files on coverage --- .c8rc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.c8rc.json b/.c8rc.json index d30ad022..3c63a3ff 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -4,6 +4,7 @@ "eslint.config.mjs", "**/fixtures", "src/generators/legacy-html/assets", - "src/generators/web/ui" + "src/generators/web/ui", + "**/*.d.ts" ] }