Skip to content

Commit

Permalink
tests(jest): disable coverage collection by default (#5772)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored and brendankenny committed Aug 6, 2018
1 parent e1885ad commit 0664452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'use strict';

module.exports = {
collectCoverage: true,
collectCoverage: false,
coverageReporters: ['none'],
collectCoverageFrom: [
'**/lighthouse-core/**/*.js',
Expand Down

0 comments on commit 0664452

Please sign in to comment.