Skip to content

Commit

Permalink
chore(tests): disable test coverage for browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Benitte committed Apr 22, 2016
1 parent 0591c40 commit 30b4338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ module.exports = function (config) {
}
};

//var isCi = process.env.CONTINUOUS_INTEGRATION === 'true';
//var runCoverage = process.env.COVERAGE === 'true' || isCi;
var isCi = process.env.CONTINUOUS_INTEGRATION === 'true';
var runCoverage = false; //process.env.COVERAGE === 'true' || isCi;

var coverageLoaders = [];
var coverageReporters = [];
Expand Down

0 comments on commit 30b4338

Please sign in to comment.