summaryrefslogtreecommitdiff
path: root/config/karma.config.js
diff options
context:
space:
mode:
authorLukas Eipert <leipert@gitlab.com>2018-06-27 18:53:38 +0200
committerLukas Eipert <leipert@gitlab.com>2018-06-28 00:37:05 +0200
commit8550f9582b912625f4892223fdbcd3a946dd0bd5 (patch)
treeaffa3b7d1130e36cec172cad0602274cd5f4dccf /config/karma.config.js
parentf63e234b57e07e2020f9698f48c9515905d4b6a3 (diff)
downloadgitlab-ce-leipert-more-coverage-reports.tar.gz
add more coverage resultsleipert-more-coverage-reports
Diffstat (limited to 'config/karma.config.js')
-rw-r--r--config/karma.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/karma.config.js b/config/karma.config.js
index 84810332dc2..6e53f310b8b 100644
--- a/config/karma.config.js
+++ b/config/karma.config.js
@@ -112,7 +112,7 @@ module.exports = function(config) {
if (process.env.BABEL_ENV === 'coverage' || process.env.NODE_ENV === 'coverage') {
karmaConfig.reporters.push('coverage-istanbul');
karmaConfig.coverageIstanbulReporter = {
- reports: ['html', 'text-summary'],
+ reports: ['html', 'json-summary', 'text-summary'],
dir: 'coverage-javascript/',
subdir: '.',
fixWebpackSourcePaths: true,