Fixes Handlebars coverage reporting bug in Travis CI

This commit is contained in:
Aaron Louie 2020-02-08 11:39:54 -05:00
parent 1077474ddf
commit 36d4ab5437

View File

@ -22,7 +22,7 @@ module.exports = function (config) {
}, },
coverageIstanbulReporter: { coverageIstanbulReporter: {
dir: require('path').join(__dirname, './coverage'), dir: require('path').join(__dirname, './coverage'),
reports: ['html', 'lcovonly', 'text-summary'], reports: ['lcovonly'],
fixWebpackSourcePaths: true fixWebpackSourcePaths: true
}, },
customLaunchers: { customLaunchers: {