diff options
Diffstat (limited to 'tests/karma.config.js')
-rw-r--r-- | tests/karma.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js index d80b5bbd759..f20672f4a55 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -264,7 +264,8 @@ module.exports = function(config) { dir:'tests/karma-coverage', reporters: [ { type: 'html' }, - { type: 'cobertura' } + { type: 'cobertura' }, + { type: 'lcovonly' }, ] }, |