Skip to content

Commit 75d2e5d

Browse files
committed
chore: add cobertura coverage report
1 parent 507c2ce commit 75d2e5d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

projects/angular-ecmascript-intl/karma.conf.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ module.exports = function (config) {
2323
"../../coverage/angular-ecmascript-intl",
2424
),
2525
subdir: ".",
26-
reporters: [{ type: "html" }, { type: "text-summary" }],
26+
reporters: [
27+
{ type: "html" },
28+
{ type: "text-summary" },
29+
{ type: "cobertura" },
30+
],
2731
},
2832
reporters: ["progress", "kjhtml"],
2933
browsers: ["Chrome"],

0 commit comments

Comments
 (0)