Skip to content

Commit

Permalink
ci: disable code coverage due to jest bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwremmel committed Apr 11, 2021
1 parent 50cfb26 commit dc65002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const CI = !!process.env.CI;

module.exports = {
clearMocks: true,
collectCoverage: true,
collectCoverage: false,
coverageDirectory: 'reports/coverage',
coverageProvider: 'v8',
moduleNameMapper: {
Expand Down

0 comments on commit dc65002

Please sign in to comment.