From b6562cb3864f26b82f70665112a8ca01628ce1c4 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Tue, 8 Nov 2016 20:42:51 +0100 Subject: Generate js codecov coverage Signed-off-by: Roeland Jago Douma --- tests/karma.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') 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' }, ] }, -- cgit v1.2.3