Skip to content

Commit

Permalink
Merge branch 'development' into usiiasirrush-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
UsiDiamond authored Aug 16, 2023
2 parents e8fc130 + 2e36169 commit d85d610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d85d610

Please sign in to comment.