From 36d4ab5437f8188f6424f82b44268ac20854aed4 Mon Sep 17 00:00:00 2001 From: Aaron Louie Date: Sat, 8 Feb 2020 11:39:54 -0500 Subject: [PATCH] Fixes Handlebars coverage reporting bug in Travis CI --- karma.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karma.conf.js b/karma.conf.js index 357147f..07bcc3e 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -22,7 +22,7 @@ module.exports = function (config) { }, coverageIstanbulReporter: { dir: require('path').join(__dirname, './coverage'), - reports: ['html', 'lcovonly', 'text-summary'], + reports: ['lcovonly'], fixWebpackSourcePaths: true }, customLaunchers: {