Skip to content

Commit bd2dc78

Browse files
committed
chore: ignore types files on coverage
1 parent 7442b80 commit bd2dc78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.c8rc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"eslint.config.mjs",
55
"**/fixtures",
66
"src/generators/legacy-html/assets",
7-
"src/generators/web/ui"
7+
"src/generators/web/ui",
8+
"**/*.d.ts"
89
]
910
}

0 commit comments

Comments
 (0)