Skip to content

Commit 2e3a06a

Browse files
committed
coverage: Add html reporter
1 parent 843900d commit 2e3a06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/coverage.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
22
parallel: true,
3-
reporters: ['json', 'lcov'],
3+
reporters: ['json', 'lcov', 'html'],
44
};

0 commit comments

Comments
 (0)