Skip to content

Commit 2fb77fb

Browse files
authoredFeb 5, 2021
chore: add html reporter too in c8 (#264)
1 parent 187aea1 commit 2fb77fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎package.json

+4
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@
7777
"c8": {
7878
"exclude": [
7979
"build/test"
80+
],
81+
"reporter": [
82+
"html",
83+
"text"
8084
]
8185
}
8286
}

0 commit comments

Comments
 (0)
Please sign in to comment.