showcase: karma.conf.js show coverage report as text in CLI
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Thu, 20 Aug 2015 20:41:29 +0000 (22:41 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Thu, 20 Aug 2015 20:41:29 +0000 (22:41 +0200)
angularjs/showcase/karma.conf.js

index 6ded300..7adcd44 100644 (file)
@@ -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'}
       ]
     },