From e931aaab4aee2bffab82fa8b57087fd8eacc0135 Mon Sep 17 00:00:00 2001 From: PNikray Date: Mon, 23 Mar 2015 21:32:49 +0100 Subject: [PATCH] Removed build:test from test:coverage. This was a duplicate task for build:withCodeCoverageLogging. It should now properly output the lines which are not covered. --- Gruntfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index d3ad43e8cc..947a0fa9d9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -201,7 +201,6 @@ module.exports = function(grunt) { ]); grunt.registerTask('test:coverage', [ - 'build:test', 'build:withCodeCoverageLogging', 'test:webdriver:phantomjs', 'coverage:parse'