diff --git a/karma.conf.js b/karma.conf.js index df2ac12..a2915a5 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -27,7 +27,7 @@ module.exports = function (config) { coverageReporter: { dir: require("path").join(__dirname, "./coverage/neurodiversity-main"), subdir: ".", - reporters: [{ type: "html" }, { type: "text-summary" }], + reporters: [{ type: "xml" }, { type: "cobertura" }], }, reporters: ["progress", "kjhtml"], port: 9876,