From 10ce526a2213df51bd76e5fd2c21e8f0ee5c269a Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Thu, 20 Aug 2015 22:41:29 +0200 Subject: [PATCH] showcase: karma.conf.js show coverage report as text in CLI --- angularjs/showcase/karma.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angularjs/showcase/karma.conf.js b/angularjs/showcase/karma.conf.js index 6ded300..7adcd44 100644 --- a/angularjs/showcase/karma.conf.js +++ b/angularjs/showcase/karma.conf.js @@ -91,7 +91,7 @@ module.exports = function(config) { {type: 'lcovonly', subdir: '.', file: 'report-lcovonly.txt'}, {type: 'teamcity', subdir: '.', file: 'teamcity.txt'}, {type: 'text', subdir: '.', file: 'text.txt'}, - {type: 'text-summary', subdir: '.', file: 'text-summary.txt'} + {type: 'text-summary'} ] }, -- 2.1.4