summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-04-30 14:05:17 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-04-30 14:05:17 +0200
commitea30ddbdbdad525780d01892086fdc88d3f02231 (patch)
tree42806e9323a20f2f916261a58b28ae4487887337 /js
parent6468631b38ef57d1f406018420148a5ebe629888 (diff)
try to add back code coverage
Diffstat (limited to 'js')
-rw-r--r--js/Gruntfile.js4
1 files changed, 2 insertions, 2 deletions
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',