From ea30ddbdbdad525780d01892086fdc88d3f02231 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 30 Apr 2015 14:05:17 +0200 Subject: try to add back code coverage --- js/Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js') diff --git a/js/Gruntfile.js b/js/Gruntfile.js index 23b5273b7..6498867e2 100644 --- a/js/Gruntfile.js +++ b/js/Gruntfile.js @@ -177,7 +177,7 @@ module.exports = function (grunt) { configuration: '../phpunit.xml' } }, - coverageUnit: { + coverage: { options: { colors: true, configuration: '../phpunit.xml', @@ -291,7 +291,7 @@ module.exports = function (grunt) { grunt.registerTask('dev-php-integration', ['watch:phpintegration']); grunt.registerTask('js-unit', ['default', 'karma:continuous']); - grunt.registerTask('php-unit', ['phpunit:coverageUnit']); + grunt.registerTask('php-unit', ['phpunit:coverage']); grunt.registerTask('php-integration', ['phpunit:integration']); grunt.registerTask('acceptance', ['protractor_webdriver', 'connect', -- cgit v1.2.3