Skip to content

Commit

Permalink
chore(grunt): remove coverage reporter from Sauce Labs tests
Browse files Browse the repository at this point in the history
No reporter was set anyway.
  • Loading branch information
seriema committed Aug 7, 2015
1 parent d633ed2 commit ed3c19a
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 @@ -208,12 +208,6 @@ module.exports = function (grunt) {
},
browsers: ['SL_Chrome', 'SL_Firefox', 'SL_Safari', 'SL_iOS', /*'SL_IE_8', */'SL_IE_9', 'SL_IE_10', 'SL_IE_11'],
reporters: [ 'progress', 'saucelabs' ],
coverageReporter: {
reporters: [
{ type: 'lcov' },
{ type: 'text' },
],
},
files: [{
src: [
'test/ref/angular-v1.2.js',
Expand Down

0 comments on commit ed3c19a

Please sign in to comment.