Skip to content

Commit b0b08b5

Browse files
committed
fix: corrected lcov file name
1 parent 3da34e3 commit b0b08b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module.exports = function (config) {
5353
if (CI) {
5454
return {
5555
'text-summary': null,
56-
lcovonly: './coverage'
56+
lcovonly: './coverage/lcov.info'
5757
}
5858
}
5959
return {

0 commit comments

Comments
 (0)