Skip to content

Commit

Permalink
Merge pull request #18 from hammerlab/lcov-silent
Browse files Browse the repository at this point in the history
Silence LCOV output
  • Loading branch information
danvk committed Feb 26, 2015
2 parents d3b1f86 + 0bb061b commit 60857a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ module.exports = function(grunt) {
src: ['test/coverage.html'],
options: {
reporter: 'node_modules/mocha-lcov-reporter/lib/lcov.js',
output: 'build/bundled.lcov'
output: 'build/bundled.lcov',
silent: true
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"grunt-exorcise": "^1.0.0",
"grunt-flow-type-check": "^0.4.2",
"grunt-jscoverage": "^0.1.3",
"grunt-mocha-phantomjs": "^0.6.0",
"grunt-mocha-phantomjs": ">=0.6.1",
"grunt-mocha-test": "^0.12.7",
"lcov-parse": "0.0.9",
"mocha": "^2.1.0",
Expand Down

0 comments on commit 60857a0

Please sign in to comment.