Skip to content

Commit bf2df14

Browse files
committed
test: add cobertura coverage reporter
1 parent b9b1a06 commit bf2df14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ module.exports = {
77
'!./**/*.d.ts',
88
'!src/.umi/**/*.ts',
99
],
10+
coverageReporters: ['json', 'text', 'lcov', 'clover', 'cobertura'],
1011
}

0 commit comments

Comments
 (0)