Skip to content

Commit

Permalink
changing format of jest cov reports
Browse files Browse the repository at this point in the history
  • Loading branch information
prayanshchh committed Nov 26, 2024
1 parent dbb8e2e commit ab6d03d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,5 @@ export default {
'<rootDir>/public/',
],
coverageDirectory: './.nyc_output',
coverageReporters: ['text', 'html', 'text-summary', 'lcov'],
};

0 comments on commit ab6d03d

Please sign in to comment.