Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-09-20 01:49:12 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-09-20 01:55:24 +0300
commit64e055c78a85cfd36777e8d78727688581f8deb7 (patch)
tree56fa7003a08919ef8748245da587ce483c9b8e3a /karma.conf.js
parent0084076e75be75646ce49ae5ecfc5c51acea0f9b (diff)
enable coveralls coverage reports
Diffstat (limited to 'karma.conf.js')
-rw-r--r--karma.conf.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/karma.conf.js b/karma.conf.js
index dfca174e5..152cbda51 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -33,7 +33,7 @@ module.exports = function(config) {
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
reporters: ['progress', 'coverage'],
coverageReporter: {
- type: 'text-summary',
+ type: 'lcov',
dir: 'coverage/'
},
// web server port