Skip to content

Commit

Permalink
Remove unused coverage task from gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbuckhurst committed Mar 22, 2018
1 parent a61573e commit 7465aa6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,6 @@ module.exports = function(grunt) {
regExp: false
}
},
shell: {
coverage: {
command: 'cd static/script-tests/jasmine; pwd; ./coverage.sh -p;'
}
},
jsdoc: {
dist: {
src: ['static/script/*/**.js'],
Expand All @@ -125,7 +120,6 @@ module.exports = function(grunt) {

grunt.registerTask('full', ['eslint', 'jasmine']);
grunt.registerTask('default', 'full');
grunt.registerTask('coverage', 'Produce a coverage report of the main source files', ['jasmine:src:build', 'shell:coverage']);
grunt.registerTask('spec', ['jasmine:src:build', 'openspec']);

grunt.registerTask('openspec', 'Open the generated Jasmine spec file', function() {
Expand Down

0 comments on commit 7465aa6

Please sign in to comment.