Update karma.conf.js

This commit is contained in:
Lorenz Hilpert
2023-01-11 15:55:40 +01:00
parent 7e0dd05f3d
commit d4546a2865

View File

@@ -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),