Skip to content

Commit

Permalink
Update lcov reporter to put data in the same place Travis was expecti…
Browse files Browse the repository at this point in the history
…ng it before.
  • Loading branch information
exogen committed Jul 3, 2015
1 parent 9887e3b commit e32395d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion karma.conf.coverage.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ module.exports = function (config) {
reporters: [{
type: 'text'
}, {
type: 'lcov'
type: 'lcovonly',
subdir: '.'
}]
}
});
Expand Down

0 comments on commit e32395d

Please sign in to comment.