Skip to content

Commit 7149528

Browse files
authored
chore: ignore types files on coverage (#368)
1 parent f623398 commit 7149528

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)