Skip to content

Commit

Permalink
fix: corrected lcov file name
Browse files Browse the repository at this point in the history
  • Loading branch information
bhovhannes committed Mar 31, 2017
1 parent 3da34e3 commit b0b08b5
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 @@ -53,7 +53,7 @@ module.exports = function (config) {
if (CI) {
return {
'text-summary': null,
lcovonly: './coverage'
lcovonly: './coverage/lcov.info'
}
}
return {
Expand Down

0 comments on commit b0b08b5

Please sign in to comment.