Skip to content

Commit 1efe165

Browse files
committed
Update c8 config
1 parent 80ff109 commit 1efe165

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,16 @@
109109
},
110110
"c8": {
111111
"exclude": [
112-
"**/*.test.*"
112+
"test/*"
113113
],
114114
"lines": 100,
115-
"check-coverage": true
115+
"check-coverage": true,
116+
"reporter": [
117+
"text",
118+
"lcov"
119+
],
120+
"skip-full": true,
121+
"clean": true
116122
},
117123
"clean-publish": {
118124
"cleanDocs": true

0 commit comments

Comments
 (0)