Skip to content

Commit 3b16c68

Browse files
committed
chore: generate html coverage report
1 parent b803df3 commit 3b16c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
testMatch: ['<rootDir>/test/**/*.spec.ts'],
99
testPathIgnorePatterns: ['/node_modules/'],
1010
coverageDirectory: 'coverage',
11-
coverageReporters: ['json', 'lcov', 'text-summary', 'clover'],
11+
coverageReporters: ['html', 'json', 'lcov', 'text-summary'],
1212
collectCoverageFrom: [
1313
'src/**/*.ts'
1414
]

0 commit comments

Comments
 (0)