Skip to content

Commit

Permalink
Merge pull request #495 from bbc/cleanup
Browse files Browse the repository at this point in the history
Remove old coverage tooling
  • Loading branch information
tsadler1988 authored Mar 22, 2018
2 parents c7f7817 + 7465aa6 commit 37f70da
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 22 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
16 changes: 0 additions & 16 deletions static/script-tests/jasmine/coverage.sh

This file was deleted.

Binary file not shown.
Binary file not shown.

0 comments on commit 37f70da

Please sign in to comment.