From d4546a28650150c2947477cd2c68a778daf38333 Mon Sep 17 00:00:00 2001 From: Lorenz Hilpert Date: Wed, 11 Jan 2023 15:55:40 +0100 Subject: [PATCH] Update karma.conf.js --- karma.conf.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/karma.conf.js b/karma.conf.js index 08562c287..d2f00ed92 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -36,6 +36,8 @@ module.exports = function (config) { dir: require('path').join(__dirname, 'coverage', project), subdir: '.', reporters: [{ type: 'html' }, { type: 'text-summary' }, { type: 'cobertura', file: 'cobertura.xml' }], + // include all files + includeAllSources: true, }, junitReporter: { outputDir: require('path').join(__dirname, 'testresults', project),