diff --git a/jest.config.js b/jest.config.js index aa0c7445c..8796e5595 100644 --- a/jest.config.js +++ b/jest.config.js @@ -27,7 +27,7 @@ module.exports = { '!app/soapbox/jest/test-helpers.ts', ], 'coverageDirectory': '/.coverage/', - 'coverageReporters': ['cobertura'], + 'coverageReporters': ['html', 'text', 'text-summary', 'cobertura'], 'moduleDirectories': [ '/node_modules', '/app',