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.
This commit is contained in:
PNikray
2015-03-23 21:32:49 +01:00
parent 11983d8d6b
commit e931aaab4a

View File

@@ -201,7 +201,6 @@ module.exports = function(grunt) {
]);
grunt.registerTask('test:coverage', [
'build:test',
'build:withCodeCoverageLogging',
'test:webdriver:phantomjs',
'coverage:parse'