From 42fb07520849f2bf54745310a73544c2b7b89b2a Mon Sep 17 00:00:00 2001 From: Natalie Martin Date: Fri, 20 Oct 2023 10:28:02 -0500 Subject: [PATCH] Remove coverage reporter from default test runner This was included accidentally in the codecov change. Undo it so that coverage is only generated when we ask for it. --- karma.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karma.conf.js b/karma.conf.js index 2f2d22e73..b4cebb19b 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -35,7 +35,7 @@ module.exports = function (config) { { type: 'text-summary' }, ], }, - reporters: ['progress', 'coverage', 'kjhtml', 'junit', 'spec'], + reporters: ['progress', 'kjhtml', 'junit', 'spec'], browsers: ['ChromeHeadless'], restartOnFileChange: true, customLaunchers: {