Skip to content

Commit 4684e31

Browse files
committed
[Tests] generate an HTML coverage report
1 parent 535f008 commit 4684e31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373
},
7474
"jest": {
7575
"coverageReporters": [
76-
"lcov"
76+
"lcov",
77+
"html"
7778
],
7879
"coverageDirectory": "reports",
7980
"roots": [

0 commit comments

Comments
 (0)