Skip to content

Commit 7c257c1

Browse files
committed
CCM-7464: try babel coverage reporter
1 parent 7a7be81 commit 7c257c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const config: Config = {
3333
coverageDirectory: './.reports/unit/coverage',
3434

3535
// Indicates which provider should be used to instrument code for coverage
36-
coverageProvider: 'v8',
36+
coverageProvider: 'babel',
3737

3838
coverageThreshold: {
3939
global: {

0 commit comments

Comments
 (0)