Skip to content

Commit 44aebd9

Browse files
committed
Exclude more files from code coverage
1 parent def2885 commit 44aebd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.c8rc.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"all": true,
33
"exclude": [
4-
"{coverage,media,test,test-d,test-tap}/**",
5-
"*.config.js",
6-
"index.d.ts"
4+
"{coverage,examples,media,test,test-d,test-tap,types}/**",
5+
"*.config.cjs",
6+
"*.d.ts"
77
],
88
"reporter": [
99
"html",

0 commit comments

Comments
 (0)